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: upstream/snapshot3+hdmi~26295^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f42b38009e1dbd4509a865e5ea0e91a1722c979d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 3ea2db9..06d04cf 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);