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

Commit 2b9c613c authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: spear: move generic.h and pl080.h into private dir



No file outside of mach-spear includes these files any more,
so they don't have to be globally visible now.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent a7ed099f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
/* empty */
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <asm/cacheflush.h>
#include <asm/smp_scu.h>
#include <mach/spear.h>
#include <mach/generic.h>
#include "generic.h"

static DEFINE_SPINLOCK(boot_lock);

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/amba/sp810.h>
#include <asm/system_misc.h>
#include <mach/spear.h>
#include <mach/generic.h>
#include "generic.h"

#define SPEAR13XX_SYS_SW_RES			(VA_MISC_BASE + 0x204)
void spear_restart(char mode, const char *cmd)
Loading