Commit f7275650 authored by Paul Mundt's avatar Paul Mundt

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

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ba1d2818
......@@ -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,
......
......@@ -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)
......
......@@ -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
......
......@@ -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)
......
......@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <asm/sh7720.h>
#include <cpu/sh7720.h>
enum {
PINMUX_RESERVED = 0,
......
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <asm/sh7722.h>
#include <cpu/sh7722.h>
enum {
PINMUX_RESERVED = 0,
......
......@@ -11,7 +11,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <asm/sh7723.h>
#include <cpu/sh7723.h>
enum {
PINMUX_RESERVED = 0,
......
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