]> err.no Git - linux-2.6/blobdiff - include/asm-h8300/io.h
[POWERPC] fsl_spi: stop using device_type = "spi"
[linux-2.6] / include / asm-h8300 / io.h
index 1773e373e9c6c6c007c90a6d23adff2071e256f8..7543a57b4ea13dce3ba67355eb161f8b14ce305f 100644 (file)
@@ -3,7 +3,6 @@
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 #include <asm/virtconvert.h>
 
 #if defined(CONFIG_H83007) || defined(CONFIG_H83068)
@@ -265,12 +264,6 @@ static inline void *ioremap_fullcache(unsigned long physaddr, unsigned long size
 
 extern void iounmap(void *addr);
 
-/* Nothing to do */
-
-#define dma_cache_inv(_start,_size)            do { } while (0)
-#define dma_cache_wback(_start,_size)          do { } while (0)
-#define dma_cache_wback_inv(_start,_size)      do { } while (0)
-
 /* H8/300 internal I/O functions */
 static __inline__ unsigned char ctrl_inb(unsigned long addr)
 {