From: Jesper Juhl Date: Sun, 5 Feb 2012 00:40:09 +0000 (+0100) Subject: Staging: The header linux/module.h is included twice in drivers/staging/iio/dac/ad5686.c X-Git-Tag: v3.4-rc1~175^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cd7c62e13812875ce89e2abad0a9cf77fbe0c37;p=thirdparty%2Fkernel%2Fstable.git Staging: The header linux/module.h is included twice in drivers/staging/iio/dac/ad5686.c Remove the unneeded duplicate. Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/drivers/staging/iio/dac/ad5686.c b/drivers/staging/iio/dac/ad5686.c index ce2d6193dd893..2415a6e60c776 100644 --- a/drivers/staging/iio/dac/ad5686.c +++ b/drivers/staging/iio/dac/ad5686.c @@ -15,7 +15,6 @@ #include #include #include -#include #include "../iio.h" #include "../sysfs.h"