Skip to content

Commit

Permalink
mmc: sdhci: Include leds.h
Browse files Browse the repository at this point in the history
Don't rely on host.h to include the leds.h header, but instead include it
explicitly because the driver depends on it.

Signed-off-by: Ulf Hansson <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
  • Loading branch information
storulf committed Feb 13, 2017
1 parent 963836a commit 210583f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/io.h>
#include <linux/leds.h>

#include <linux/mmc/host.h>

Expand Down

0 comments on commit 210583f

Please sign in to comment.