aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/at91_mci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/at91_mci.c')
-rw-r--r--drivers/mmc/host/at91_mci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c
index d3e6a962f423..a4aa3af86fed 100644
--- a/drivers/mmc/host/at91_mci.c
+++ b/drivers/mmc/host/at91_mci.c
@@ -77,7 +77,8 @@
77 77
78#include <mach/board.h> 78#include <mach/board.h>
79#include <mach/cpu.h> 79#include <mach/cpu.h>
80#include <mach/at91_mci.h> 80
81#include "at91_mci.h"
81 82
82#define DRIVER_NAME "at91_mci" 83#define DRIVER_NAME "at91_mci"
83 84