Skip to content
Commit b9b54aa2 authored by Eric Miao's avatar Eric Miao Committed by Linus Torvalds
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f8d56f17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment