• Sam Ravnborg's avatar
    [PATCH] fix warning in kernel/dma.c · 14ccf179
    Sam Ravnborg authored
    When compiling without PROC_FS enabled a warning is issued about
    proc_dma_show defined but not used.
    
    Move both versions of proc_dma_show inside the #ifdef CONFIG_PROC_FS
    14ccf179
dma.c 3.78 KB