]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
leds-add-led-driver-for-lm3556-chip-fix-2
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Apr 2012 00:08:29 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 4 Apr 2012 03:22:11 +0000 (13:22 +1000)
include module.h

Cc: Axel Lin <axel.lin@gmail.com>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Cc: Geon Si Jeong <gshark.jeong@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/leds-lm3556.c

index 65766c19b5ad98461436638010992cf0596661c1..f6185f66c94d5eb4e14b094756447a4d872c0aea 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/delay.h>
 #include <linux/i2c.h>
 #include <linux/leds.h>
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/platform_device.h>
 #include <linux/types.h>