sh: migrate to arch/sh/include/
This follows the sparc changes a439fe51a1
.
Most of the moving about was done with Sam's directions at:
http://marc.info/?l=linux-sh&m=121724823706062&w=2
with subsequent hacking and fixups entirely my fault.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <linux/io.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <asm/cpu/irq.h>
|
||||
#include <cpu/irq.h>
|
||||
#include <asm/page.h>
|
||||
|
||||
/*
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/cpu/mmu_context.h>
|
||||
#include <cpu/mmu_context.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/errno.h>
|
||||
#include <asm/page.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/cpu/mmu_context.h>
|
||||
#include <cpu/mmu_context.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/errno.h>
|
||||
#include <asm/page.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/cpu/mmu_context.h>
|
||||
#include <cpu/mmu_context.h>
|
||||
#include <asm/page.h>
|
||||
|
||||
! NOTE:
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#include <linux/sched.h>
|
||||
#include <linux/signal.h>
|
||||
#include <linux/io.h>
|
||||
#include <asm/cpu/fpu.h>
|
||||
#include <cpu/fpu.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/fpu.h>
|
||||
|
@@ -36,7 +36,7 @@
|
||||
* and Kamel Khelifi <kamel.khelifi@st.com>
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <asm/cpu/fpu.h>
|
||||
#include <cpu/fpu.h>
|
||||
|
||||
#define LIT64( a ) a##LL
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include <linux/io.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/cpu/sq.h>
|
||||
#include <cpu/sq.h>
|
||||
|
||||
struct sq_mapping;
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
#include <linux/errno.h>
|
||||
#include <linux/sys.h>
|
||||
#include <asm/cpu/registers.h>
|
||||
#include <cpu/registers.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/thread_info.h>
|
||||
|
@@ -11,8 +11,8 @@
|
||||
#include <asm/page.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/tlb.h>
|
||||
#include <asm/cpu/registers.h>
|
||||
#include <asm/cpu/mmu_context.h>
|
||||
#include <cpu/registers.h>
|
||||
#include <cpu/mmu_context.h>
|
||||
#include <asm/thread_info.h>
|
||||
|
||||
/*
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include <asm/machvec.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/cpu/mmu_context.h>
|
||||
#include <cpu/mmu_context.h>
|
||||
|
||||
atomic_t irq_err_count;
|
||||
|
||||
|
@@ -33,8 +33,8 @@
|
||||
#include <linux/irq.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <asm/cpu/registers.h> /* required by inline __asm__ stmt. */
|
||||
#include <asm/cpu/irq.h>
|
||||
#include <cpu/registers.h> /* required by inline __asm__ stmt. */
|
||||
#include <cpu/irq.h>
|
||||
#include <asm/addrspace.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
Reference in New Issue
Block a user