lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 5 Feb 2012 01:42:09 +0100 (CET) From: Jesper Juhl <jj@...osbits.net> To: devel@...verdev.osuosl.org cc: trivial@...nel.org, linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org, Lars-Peter Clausen <lars@...afoo.de>, Paul Gortmaker <paul.gortmaker@...driver.com>, Michael Hennerich <michael.hennerich@...log.com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Jonathan Cameron <jic23@....ac.uk> Subject: [PATCH] Staging: Don't double-include linux/module.h in drivers/staging/iio/gyro/adis16060_core.c Signed-off-by: Jesper Juhl <jj@...osbits.net> --- drivers/staging/iio/gyro/adis16060_core.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/iio/gyro/adis16060_core.c b/drivers/staging/iio/gyro/adis16060_core.c index c0ca709..02cc234 100644 --- a/drivers/staging/iio/gyro/adis16060_core.c +++ b/drivers/staging/iio/gyro/adis16060_core.c @@ -14,7 +14,6 @@ #include <linux/spi/spi.h> #include <linux/slab.h> #include <linux/sysfs.h> -#include <linux/module.h> #include "../iio.h" #include "../sysfs.h" -- 1.7.9 -- Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/ Don't top-post http://www.catb.org/jargon/html/T/top-post.html Plain text mails only, please. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists