diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-05 18:13:24 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-05 20:02:34 +0400 |
commit | 7c8ad9828e793573877fd60868bb5d2f1e3b64da (patch) | |
tree | 0ccea95c2b6186ce5886ad2584ba99c128cc74ec /drivers/video/omap/dispc.h | |
parent | c0fc18c5bf016a9d56aee64974c1ccdb87f3c783 (diff) | |
download | linux-7c8ad9828e793573877fd60868bb5d2f1e3b64da.tar.xz |
[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/dispc.h')
-rw-r--r-- | drivers/video/omap/dispc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap/dispc.h b/drivers/video/omap/dispc.h index eb1512b56ce8..ef720a78f6d5 100644 --- a/drivers/video/omap/dispc.h +++ b/drivers/video/omap/dispc.h @@ -40,4 +40,6 @@ extern void omap_dispc_enable_digit_out(int enable); extern int omap_dispc_request_irq(void (*callback)(void *data), void *data); extern void omap_dispc_free_irq(void); +extern const struct lcd_ctrl omap2_int_ctrl; + #endif |