sh: move the ARCH_DMA_MINALIGN definition to asm/cache.h
[linux-2.6-block.git] / arch / sh / include / asm / page.h
index 09ac6c7faee0fffbcd133fbed6521a64abbd3c75..62f4b9edcb985a3a1ce1b8c572a5763bccd312c3 100644 (file)
@@ -174,10 +174,4 @@ typedef struct page *pgtable_t;
 #include <asm-generic/memory_model.h>
 #include <asm-generic/getorder.h>
 
-/*
- * Some drivers need to perform DMA into kmalloc'ed buffers
- * and so we have to increase the kmalloc minalign for this.
- */
-#define ARCH_DMA_MINALIGN      L1_CACHE_BYTES
-
 #endif /* __ASM_SH_PAGE_H */