]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:24:44 +0000 (12:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:50 +0000 (19:31 -0400)
In preparation of the module.h usage cleanup, call out the export.h
to avoid build failures when that happens.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/leds/leds-cobalt-raq.c

index 438d48384636f2d188e06a1ee648c41c190ce00c..aac1c073fe7bb20b018553c7e5c89e0fe084a8cc 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/platform_device.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
+#include <linux/export.h>
 
 #define LED_WEB                0x04
 #define LED_POWER_OFF  0x08