leds: add missing include of linux/module.h
authorAxel Lin <axel.lin@gmail.com>
Thu, 25 Aug 2011 22:59:15 +0000 (15:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Aug 2011 23:25:34 +0000 (16:25 -0700)
commit86383b55791bd97e88ef493e33ef521ee244f3d9
tree2881954f3230b9f613f0854c0e144053e86f0ba9
parent15b1a8f2b990c0c1dacfad0e5ccaf05c32c52147
leds: add missing include of linux/module.h

Add missing include of linux/module.h for drivers that use interfaces from
linux/module.h.  This patch fixes build errors.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Jonathan McDowell <noodles@earth.li>
Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Cc: Magnus Damm <damm@opensource.se>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/leds/leds-ams-delta.c
drivers/leds/leds-hp6xx.c