From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:57:55 +0000 (-0400) Subject: spi: Add export.h for THIS_MODULE/EXPORT_SYMBOL to spi.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=025ed130608766bf2a18523a1ac11a860746a4e4;p=linux-beck.git 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) {