diff options
Diffstat (limited to 'include/linux/dma-debug.h')
-rw-r--r-- | include/linux/dma-debug.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/dma-debug.h b/include/linux/dma-debug.h index c7d844f09c3a..a785f2507159 100644 --- a/include/linux/dma-debug.h +++ b/include/linux/dma-debug.h | |||
@@ -30,8 +30,6 @@ struct bus_type; | |||
30 | 30 | ||
31 | extern void dma_debug_add_bus(struct bus_type *bus); | 31 | extern void dma_debug_add_bus(struct bus_type *bus); |
32 | 32 | ||
33 | extern void dma_debug_init(u32 num_entries); | ||
34 | |||
35 | extern int dma_debug_resize_entries(u32 num_entries); | 33 | extern int dma_debug_resize_entries(u32 num_entries); |
36 | 34 | ||
37 | extern void debug_dma_map_page(struct device *dev, struct page *page, | 35 | extern void debug_dma_map_page(struct device *dev, struct page *page, |
@@ -100,10 +98,6 @@ static inline void dma_debug_add_bus(struct bus_type *bus) | |||
100 | { | 98 | { |
101 | } | 99 | } |
102 | 100 | ||
103 | static inline void dma_debug_init(u32 num_entries) | ||
104 | { | ||
105 | } | ||
106 | |||
107 | static inline int dma_debug_resize_entries(u32 num_entries) | 101 | static inline int dma_debug_resize_entries(u32 num_entries) |
108 | { | 102 | { |
109 | return 0; | 103 | return 0; |