From: Matthew Wilcox Date: Tue, 26 Feb 2008 15:48:12 +0000 (-0500) Subject: lib: Remove unnecessary inclusions of asm/semaphore.h X-Git-Tag: v2.6.26-rc1~1130^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f42b38009e1dbd4509a865e5ea0e91a1722c979d;p=thirdparty%2Fkernel%2Flinux.git lib: Remove unnecessary inclusions of asm/semaphore.h reed_solomon doesn't use any of the functionality promised by asm/semaphore.h. Signed-off-by: Matthew Wilcox --- diff --git a/lib/reed_solomon/reed_solomon.c b/lib/reed_solomon/reed_solomon.c index 3ea2db94d5b01..06d04cfa93390 100644 --- a/lib/reed_solomon/reed_solomon.c +++ b/lib/reed_solomon/reed_solomon.c @@ -45,7 +45,6 @@ #include #include #include -#include /* This list holds all currently allocated rs control structures */ static LIST_HEAD (rslist);