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: firefly_0821_release~21607^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f42b38009e1dbd4509a865e5ea0e91a1722c979d;p=firefly-linux-kernel-4.4.55.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 3ea2db94d5b0..06d04cfa9339 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);