aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/atmel-mci.h
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <egtvedt@samfundet.no>2014-08-07 15:14:06 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2014-09-09 13:58:58 +0200
commit8ca28610e5e37193cd61fefa4310941e28de10ca (patch)
tree84cfa0ebf0ea8f2a523eba6661132d82e1de02c6 /include/linux/atmel-mci.h
parentmmc: sdhci-pltfm: Do not use parent as the host's device (diff)
downloadlinux-dev-8ca28610e5e37193cd61fefa4310941e28de10ca.tar.xz
linux-dev-8ca28610e5e37193cd61fefa4310941e28de10ca.zip
mmc: include linux/types.h for bool definition in atmel-mci.h
This patch adds an include of linux/types.h to make sure bool is defined before utilized in this header file. Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no> Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/atmel-mci.h')
-rw-r--r--include/linux/atmel-mci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/atmel-mci.h b/include/linux/atmel-mci.h
index 4c7a4b2104bf..91b77f8d495d 100644
--- a/include/linux/atmel-mci.h
+++ b/include/linux/atmel-mci.h
@@ -1,6 +1,8 @@
#ifndef __LINUX_ATMEL_MCI_H
#define __LINUX_ATMEL_MCI_H
+#include <linux/types.h>
+
#define ATMCI_MAX_NR_SLOTS 2
/**