diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-io.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/cx18/cx18-io.h b/drivers/media/video/cx18/cx18-io.h index 73321fb4cbf5..e6716dcb1e8b 100644 --- a/drivers/media/video/cx18/cx18-io.h +++ b/drivers/media/video/cx18/cx18-io.h | |||
@@ -34,10 +34,6 @@ | |||
34 | * *read* functions never retry the mmio (it never helps to do so) | 34 | * *read* functions never retry the mmio (it never helps to do so) |
35 | */ | 35 | */ |
36 | 36 | ||
37 | /* Statistics gathering */ | ||
38 | |||
39 | void cx18_log_statistics(struct cx18 *cx); | ||
40 | |||
41 | /* Non byteswapping memory mapped IO */ | 37 | /* Non byteswapping memory mapped IO */ |
42 | static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) | 38 | static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) |
43 | { | 39 | { |