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

Commit c49f34bc authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2



These can now be moved to be local headers in mach-omap2.

Note that this patch removes arch/arm/plat-omap/devices.c as it
will get removed anyways with Paul Walmsley's patch
"ARM: OMAP: split OMAP1, OMAP2+ RNG device registration".

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent dbc04161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
#include <linux/list.h>
#include <linux/clk.h>
#include <plat/clkdev_omap.h>
#include <plat/am33xx.h>

#include "am33xx.h"
#include "iomap.h"
#include "control.h"
#include "clock.h"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <mach/ctrl_module_pad_core_44xx.h>
#include <mach/ctrl_module_pad_wkup_44xx.h>

#include <plat/am33xx.h>
#include "am33xx.h"

#ifndef __ASSEMBLY__
#define OMAP242X_CTRL_REGADDR(reg)					\
+1 −2
Original line number Diff line number Diff line
@@ -50,9 +50,8 @@
#include <asm/suspend.h>
#include <asm/hardware/cache-l2x0.h>

#include <plat/omap44xx.h>

#include "common.h"
#include "omap44xx.h"
#include "omap4-sar-layout.h"
#include "pm.h"
#include "prcm_mpu44xx.h"
+0 −2
Original line number Diff line number Diff line
/*
 * arch/arm/plat-omap/include/mach/omap24xx.h
 *
 * This file contains the processor specific definitions
 * of the TI OMAP24XX.
 *
Loading