Skip to content

Commit

Permalink
ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move
Browse files Browse the repository at this point in the history
AM33xx hwmod data includes "mcspi.h" which has now been moved after
the platform_data move.  Fix it.

Signed-off-by: Kevin Hilman <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
metaliveblog authored and olofj committed Sep 20, 2012
1 parent f493663 commit aa817b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/omap_hwmod_33xx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#include <plat/omap_hwmod.h>
#include <plat/cpu.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/dma.h>
#include <plat/mmc.h>
#include <plat/mcspi.h>
#include <plat/i2c.h>

#include "omap_hwmod_common_data.h"
Expand Down

0 comments on commit aa817b2

Please sign in to comment.