Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa817b2e authored by Kevin Hilman's avatar Kevin Hilman Committed by Olof Johansson
Browse files

ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move



AM33xx hwmod data includes "mcspi.h" which has now been moved after
the platform_data move.  Fix it.

Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent f4936639
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"