mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
mmc: mxcmmc: Include interrupt.h in the platform data header
The mxcmmc platform data header depends on interrupt.h. Don't rely on the public mmc header host.h to include it, bud instead make that dependency explicit. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
dc0f585e83
commit
8336bf68b5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#ifndef ASMARM_ARCH_MMC_H
|
#ifndef ASMARM_ARCH_MMC_H
|
||||||
#define ASMARM_ARCH_MMC_H
|
#define ASMARM_ARCH_MMC_H
|
||||||
|
|
||||||
|
#include <linux/interrupt.h>
|
||||||
#include <linux/mmc/host.h>
|
#include <linux/mmc/host.h>
|
||||||
|
|
||||||
struct device;
|
struct device;
|
||||||
|
|
Loading…
Reference in a new issue