commit | 7c8ad9828e793573877fd60868bb5d2f1e3b64da | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Fri Sep 05 15:13:24 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Sep 05 17:02:34 2008 +0100 |
tree | 0ccea95c2b6186ce5886ad2584ba99c128cc74ec | |
parent | c0fc18c5bf016a9d56aee64974c1ccdb87f3c783 [diff] [blame] |
[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>
diff --git a/drivers/video/omap/lcdc.h b/drivers/video/omap/lcdc.h index adb731e..8452222 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