Commit f7275650 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Move the CPU definition headers from asm/ to cpu/.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ba1d2818
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <video/sh_mobile_lcdc.h>
#include <asm/io.h>
#include <asm/clock.h>
#include <asm/sh7723.h>
#include <cpu/sh7723.h>

static struct smc911x_platdata smc911x_info = {
	.flags = SMC911X_USE_32BIT,
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/mtd/map.h>
#include <asm/magicpanelr2.h>
#include <asm/heartbeat.h>
#include <asm/sh7720.h>
#include <cpu/sh7720.h>

#define LAN9115_READY	(ctrl_inl(0xA8000084UL) & 0x00000001UL)

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <linux/module.h>
#include <linux/gpio.h>
#include <video/sh_mobile_lcdc.h>
#include <asm/sh7722.h>
#include <cpu/sh7722.h>
#include <asm/migor.h>

/* LCD Module is a PH240320T according to board schematics. This module
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include <asm/io.h>
#include <asm/sh_keysc.h>
#include <asm/migor.h>
#include <asm/sh7722.h>
#include <cpu/sh7722.h>

/* Address     IRQ  Size  Bus  Description
 * 0x00000000       64MB  16   NOR Flash (SP29PL256N)
Loading