x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / arm / mach-shmobile / include / mach / mmc.h
blobe979b8fc1da20d72b5b614e016817bd5d544f2d0
1 #ifndef MMC_H
2 #define MMC_H
4 /**************************************************
6 * board specific settings
8 **************************************************/
10 #ifdef CONFIG_MACH_MACKEREL
11 #include "mach/mmc-mackerel.h"
12 #else
13 #error "unsupported board."
14 #endif
16 #endif /* MMC_H */