From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:57:55 +0000 (-0400) Subject: drivers/spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c X-Git-Tag: next-20110729~14^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d578e2728f226cc3c9e01c7e0bcf26b33e0bf2a;p=karo-tx-linux.git drivers/spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c This uses both EXPORT_SYMBOL and THIS_MODULE, both which come from the export.h file now Signed-off-by: Paul Gortmaker --- diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 4d1b9f517ce8..77eae99af11c 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -29,6 +29,7 @@ #include #include #include +#include static void spidev_release(struct device *dev) {