diff options
Diffstat (limited to 'drivers/media/platform/coda/coda.h')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index 970f0b345c4e..6a5c8f6c688e 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h | |||
@@ -12,6 +12,9 @@ | |||
12 | * (at your option) any later version. | 12 | * (at your option) any later version. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef __CODA_H__ | ||
16 | #define __CODA_H__ | ||
17 | |||
15 | #include <linux/debugfs.h> | 18 | #include <linux/debugfs.h> |
16 | #include <linux/irqreturn.h> | 19 | #include <linux/irqreturn.h> |
17 | #include <linux/mutex.h> | 20 | #include <linux/mutex.h> |
@@ -294,3 +297,5 @@ extern const struct coda_context_ops coda_bit_encode_ops; | |||
294 | extern const struct coda_context_ops coda_bit_decode_ops; | 297 | extern const struct coda_context_ops coda_bit_decode_ops; |
295 | 298 | ||
296 | irqreturn_t coda_irq_handler(int irq, void *data); | 299 | irqreturn_t coda_irq_handler(int irq, void *data); |
300 | |||
301 | #endif /* __CODA_H__ */ | ||