diff options
author | Tom Rini <trini@ti.com> | 2013-08-13 16:49:44 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-13 16:49:44 -0400 |
commit | df785a7ffb7197330ec9b281cd149cbf6cec2d37 (patch) | |
tree | 8cc8414726bba7466a38ca375831328bc59ad53c /include | |
parent | b98d934128bcd98106e764d2f492ac79c38ae53d (diff) | |
parent | a168d3af5d9887019e62c4d4f842c79971079a0b (diff) | |
download | u-boot-imx-df785a7ffb7197330ec9b281cd149cbf6cec2d37.zip u-boot-imx-df785a7ffb7197330ec9b281cd149cbf6cec2d37.tar.gz u-boot-imx-df785a7ffb7197330ec9b281cd149cbf6cec2d37.tar.bz2 |
Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio_dev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index d0b5593..e6dc12a 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 |