Commit 8336bf68 authored by Ulf Hansson's avatar Ulf Hansson

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: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent dc0f585e
#ifndef ASMARM_ARCH_MMC_H
#define ASMARM_ARCH_MMC_H
#include <linux/interrupt.h>
#include <linux/mmc/host.h>
struct device;
......
Markdown is supported
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