Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 210583f4 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

mmc: sdhci: Include leds.h



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: default avatarUlf Hansson <ulf.hansson@linaro.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
parent 963836ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>