From b783edaee8252bfdba3f7b3fd29519a81ce71e42 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 25 Jun 2003 22:26:29 +0000 Subject: * Header file cleanup for ARM * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x --- include/asm-arm/io.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include/asm-arm/io.h') diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index 122419f1e6..0f38e10d2d 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h @@ -20,10 +20,14 @@ #ifndef __ASM_ARM_IO_H #define __ASM_ARM_IO_H +#ifdef __KERNEL__ + #include #include #include +#if 0 /* XXX###XXX */ #include +#endif /* XXX###XXX */ /* * Generic virtual read/write. Note that we don't support half-word @@ -68,7 +72,9 @@ extern void __raw_readsl(unsigned int addr, void *data, int longlen); /* * Now, pick up the machine-defined IO definitions */ +#if 0 /* XXX###XXX */ #include +#endif /* XXX###XXX */ /* * IO port access primitives @@ -252,10 +258,6 @@ out: #define isa_eth_io_copy_and_sum(a,b,c,d) \ eth_copy_and_sum((a),__mem_isa(b),(c),(d)) -#ifndef PCI_MEMORY_VADDR /* XXX problem not understood -- wd */ -#define PCI_MEMORY_VADDR 0 -#endif /* XXX */ - static inline int isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) @@ -291,5 +293,5 @@ out: #define isa_check_signature(io,sig,len) (0) #endif /* __mem_isa */ - +#endif /* __KERNEL__ */ #endif /* __ASM_ARM_IO_H */ -- cgit v1.2.3