aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dma-debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-debug.h b/include/linux/dma-debug.h
index e851d23e91eb..28d53cb7b5a2 100644
--- a/include/linux/dma-debug.h
+++ b/include/linux/dma-debug.h
@@ -83,7 +83,7 @@ extern void debug_dma_dump_mappings(struct device *dev);
83 83
84#else /* CONFIG_DMA_API_DEBUG */ 84#else /* CONFIG_DMA_API_DEBUG */
85 85
86void dma_debug_add_bus(struct bus_type *bus) 86static inline void dma_debug_add_bus(struct bus_type *bus)
87{ 87{
88} 88}
89 89