Commit 4f9ed545 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2+: Make am35xx.h local



This can be local to mach-omap2.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4952af43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <linux/davinci_emac.h>
#include <asm/system.h>
#include <plat/omap_device.h>
#include <mach/am35xx.h>
#include "am35xx.h"
#include "control.h"
#include "am35xx-emac.h"

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/mmc/host.h>
#include <linux/platform_data/gpio-omap.h>

#include <mach/am35xx.h>
#include "am35xx.h"
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#include <linux/platform_data/mtd-nand-omap2.h>
#include <plat/gpmc.h>

#include <mach/am35xx.h>
#include "am35xx.h"

#include "mux.h"
#include "control.h"
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <plat/dmtimer.h>

#include <mach/am35xx.h>
#include "am35xx.h"

#include "soc.h"
#include "omap_hwmod_common_data.h"
Loading