summaryrefslogtreecommitdiff
path: root/drivers/video/omap/lcdc.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-09-05 15:13:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-09-05 17:02:34 +0100
commit7c8ad9828e793573877fd60868bb5d2f1e3b64da (patch)
tree0ccea95c2b6186ce5886ad2584ba99c128cc74ec /drivers/video/omap/lcdc.h
parentc0fc18c5bf016a9d56aee64974c1ccdb87f3c783 (diff)
[ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it be static?"
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/omap/lcdc.h')
-rw-r--r--drivers/video/omap/lcdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap/lcdc.h b/drivers/video/omap/lcdc.h
index adb731e5314a..845222270db3 100644
--- a/drivers/video/omap/lcdc.h
+++ b/drivers/video/omap/lcdc.h
@@ -4,4 +4,6 @@
int omap_lcdc_set_dma_callback(void (*callback)(void *data), void *data);
void omap_lcdc_free_dma_callback(void);
+extern const struct lcd_ctrl omap1_int_ctrl;
+
#endif