Skip to content

Commit

Permalink
drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 54f4ded commit d131c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/leds/leds-cobalt-raq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d131c49

Please sign in to comment.