Skip to content

Commit

Permalink
mmc: mxcmmc: Include interrupt.h in the platform data header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ulf Hansson committed Feb 13, 2017
1 parent dc0f585 commit 8336bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/platform_data/mmc-mxcmmc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef ASMARM_ARCH_MMC_H
#define ASMARM_ARCH_MMC_H

#include <linux/interrupt.h>
#include <linux/mmc/host.h>

struct device;
Expand Down

0 comments on commit 8336bf6

Please sign in to comment.