diff options
author | NeilBrown <neilb@suse.de> | 2012-02-19 13:29:31 +1100 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-02-21 11:13:11 -0800 |
commit | 7cb034f8179dfc2889c1f2341566ee68f648a324 (patch) | |
tree | 96649970c8f2b52f274a7d80bfdaf1a7629e7890 /arch/arm/plat-omap/include/plat/serial.h | |
parent | 867e9f8d105004de85335414ab09e99338617e03 (diff) |
ARM: OMAP2+: remove some orphan function declarations.
commit 2fd149645eb (ARM: OMAP2+: UART: Remove omap_uart_can_sleep and
add pm_qos) removed omap_uart_can_sleep and omap3_can_sleep, but not
their declarations. So remove those now.
Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Shubhrajyoti D <shubhrajyoti@ti.com>
[khilman@ti.com: minor changelog edits]
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/serial.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/serial.h b/arch/arm/plat-omap/include/plat/serial.h index 198d1e6a4a6c..b073e5f2b190 100644 --- a/arch/arm/plat-omap/include/plat/serial.h +++ b/arch/arm/plat-omap/include/plat/serial.h @@ -110,7 +110,6 @@ struct omap_board_data; struct omap_uart_port_info; extern void omap_serial_init(void); -extern int omap_uart_can_sleep(void); extern void omap_serial_board_init(struct omap_uart_port_info *platform_data); extern void omap_serial_init_port(struct omap_board_data *bdata, struct omap_uart_port_info *platform_data); |