Skip to content

Commit

Permalink
mmc: include linux/types.h for bool definition in atmel-mci.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
  • Loading branch information
egtvedt authored and storulf committed Sep 9, 2014
1 parent 45c19e2 commit 8ca2861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/atmel-mci.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __LINUX_ATMEL_MCI_H
#define __LINUX_ATMEL_MCI_H

#include <linux/types.h>

#define ATMCI_MAX_NR_SLOTS 2

/**
Expand Down

0 comments on commit 8ca2861

Please sign in to comment.