]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/dma.h
Change table chaining layout
[linux-2.6-omap-h63xx.git] / include / asm-sparc / dma.h
index 07e6368a2521bdd3536551cb55533bc64a571a6f..407b3614468a94a058c929817b65446c6d2a73c7 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef _ASM_SPARC_DMA_H
 #define _ASM_SPARC_DMA_H
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 
@@ -198,7 +197,7 @@ extern void dvma_init(struct sbus_bus *);
 /* Pause until counter runs out or BIT isn't set in the DMA condition
  * register.
  */
-extern __inline__ void sparc_dma_pause(struct sparc_dma_registers *regs,
+static inline void sparc_dma_pause(struct sparc_dma_registers *regs,
                                       unsigned long bit)
 {
        int ctr = 50000;   /* Let's find some bugs ;) */