On 7 August 2014 15:14, Hans-Christian Egtvedt <egtvedt@xxxxxxxxxxxx> wrote: > 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@xxxxxxxxxxxx> Thanks! Queued for 3.18. Kind regards Uffe > --- > include/linux/atmel-mci.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux/atmel-mci.h b/include/linux/atmel-mci.h > index 4c7a4b2..91b77f8 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 > > /** > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html