Home
last modified time | relevance | path

Searched hist:b9b54aa2a60dcd9c06b76f6610e1b466bc93e3cd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/leds/
H A Dleds-da903x.cdiff b9b54aa2a60dcd9c06b76f6610e1b466bc93e3cd Mon Oct 27 10:48:50 CET 2008 Eric Miao <eric.miao@marvell.com> leds: da903x: fix the building failure of incomplete type of 'work'

The leds-da903x LED driver was missing the proper #include of
linux/workqueue.h, but happened to compile on ARM due to implied
includes through other header files.

We do need the explict include on other architectures (reported at least
for x86-64).

Reported-tested-and-acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>