From 8d578e2728f226cc3c9e01c7e0bcf26b33e0bf2a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:57:55 -0400 Subject: [PATCH] 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 --- drivers/spi/spi.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5