Skip to content

Commit

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

Cc: Masahiro Yamada <[email protected]>
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 0f21c58 commit 963836a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci-cadence.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/iopoll.h>
#include <linux/module.h>
#include <linux/mmc/host.h>
#include <linux/mmc/mmc.h>

#include "sdhci-pltfm.h"

Expand Down

0 comments on commit 963836a

Please sign in to comment.