소스 검색

drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c

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>
Paul Gortmaker 14 년 전
부모
커밋
d131c49628
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/leds/leds-cobalt-raq.c

+ 1 - 0
drivers/leds/leds-cobalt-raq.c

@@ -24,6 +24,7 @@
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/spinlock.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
 #include <linux/types.h>
+#include <linux/export.h>
 
 
 #define LED_WEB		0x04
 #define LED_WEB		0x04
 #define LED_POWER_OFF	0x08
 #define LED_POWER_OFF	0x08