Commit ddd6a9d9 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP2+: Include types.h directly for hwmod data

This is needed in preparation for dropping some unused
headers that indirectly include types.h.
Tested-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fe27f167
......@@ -9,6 +9,8 @@
* published by the Free Software Foundation.
*/
#include <linux/types.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/omap-dma.h>
#include <plat/dmtimer.h>
......
......@@ -14,6 +14,8 @@
* GNU General Public License for more details.
*/
#include <linux/types.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/hsmmc-omap.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
......
......@@ -15,6 +15,8 @@
*
*/
#include <linux/types.h>
#include <linux/platform_data/gpio-omap.h>
#include <linux/platform_data/hsmmc-omap.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment