diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpmc-smc91x.c')
| -rw-r--r-- | arch/arm/mach-omap2/gpmc-smc91x.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc-smc91x.c b/arch/arm/mach-omap2/gpmc-smc91x.c index ba10c24f3d8..245839dfc72 100644 --- a/arch/arm/mach-omap2/gpmc-smc91x.c +++ b/arch/arm/mach-omap2/gpmc-smc91x.c @@ -17,10 +17,11 @@  #include <linux/io.h>  #include <linux/smc91x.h> -#include <plat/board.h>  #include <plat/gpmc.h>  #include <plat/gpmc-smc91x.h> +#include "soc.h" +  static struct omap_smc91x_platform_data *gpmc_cfg;  static struct resource gpmc_smc91x_resources[] = {  |