summaryrefslogtreecommitdiffstats
path: root/include/stdio_dev.h
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2013-08-04 01:22:24 +0530
committerMichal Simek <michal.simek@xilinx.com>2013-08-13 08:38:29 +0200
commit32749e91aa31338882c02d3499c1376e7e794b82 (patch)
treeb7cd3db553131d3ac438d4639cb3669e9e32710b /include/stdio_dev.h
parentd62a89bd5b5033649a90fa5bfe0f5b32013ca8f8 (diff)
downloadblackbird-obmc-uboot-32749e91aa31338882c02d3499c1376e7e794b82.tar.gz
blackbird-obmc-uboot-32749e91aa31338882c02d3499c1376e7e794b82.zip
serial: arm_dcc: Remove stdio structure support
Removed stdio structure ops support on arm_dcc driver, and need to register with serial core so-that it can access like remianing serial drivers. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r--include/stdio_dev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h
index d0b5593e5b..e6dc12ac39 100644
--- a/include/stdio_dev.h
+++ b/include/stdio_dev.h
@@ -83,9 +83,6 @@ struct list_head* stdio_get_list(void);
struct stdio_dev* stdio_get_by_name(const char* name);
struct stdio_dev* stdio_clone(struct stdio_dev *dev);
-#ifdef CONFIG_ARM_DCC
-int drv_arm_dcc_init(void);
-#endif
#ifdef CONFIG_LCD
int drv_lcd_init (void);
#endif
OpenPOWER on IntegriCloud