Kill off warning: ‘inline’ is not at beginning of declaration
[deliverable/linux.git] / sound / pci / au88x0 / au88x0_core.c
index 23f49f356e0f0375a784de99c05b832c2bc66ad4..d43252a08b5896e1aab686435f05ec98e2543d61 100644 (file)
@@ -1249,7 +1249,7 @@ static void vortex_adbdma_resetup(vortex_t *vortex, int adbdma) {
        }
 }
 
-static int inline vortex_adbdma_getlinearpos(vortex_t * vortex, int adbdma)
+static inline int vortex_adbdma_getlinearpos(vortex_t * vortex, int adbdma)
 {
        stream_t *dma = &vortex->dma_adb[adbdma];
        int temp;
@@ -1498,7 +1498,7 @@ static int vortex_wtdma_getcursubuffer(vortex_t * vortex, int wtdma)
                 POS_SHIFT) & POS_MASK);
 }
 #endif
-static int inline vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma)
+static inline int vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma)
 {
        stream_t *dma = &vortex->dma_wt[wtdma];
        int temp;
This page took 0.038977 seconds and 5 git commands to generate.