Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d131c496 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 54f4dedb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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