netlink: use the appropriate namespace pid
[pandora-kernel.git] / drivers / scsi / sym53c8xx_2 / sym_malloc.c
index 92bf9b1..883cac1 100644 (file)
@@ -262,7 +262,7 @@ static void ___free_dma_mem_cluster(m_pool_p mp, void *m)
 #endif
 
 /* Fetch the memory pool for a given pool id (i.e. DMA constraints) */
-static __inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat)
+static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat)
 {
        m_pool_p mp;
        for (mp = mp0.next;