summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-14 16:11:51 -0500
committerJoel Sherrill <joel@rtems.org>2018-03-16 08:36:17 -0500
commit52cdb1344da9bf9eba99320a670fd26d5446ed13 (patch)
tree8942c5a08178d3a5983ebed830343db8d4c50a3e
parentmcf5206elite/include/ds1307.h: Fix extra tokens at end of #endif warning (diff)
downloadrtems-52cdb1344da9bf9eba99320a670fd26d5446ed13.tar.bz2
bsps/sh/gensh1/include/bsp.h: Fix redefined warning
-rw-r--r--bsps/sh/gensh1/include/bsp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/bsps/sh/gensh1/include/bsp.h b/bsps/sh/gensh1/include/bsp.h
index 2c0da4b074..f3f7c028cd 100644
--- a/bsps/sh/gensh1/include/bsp.h
+++ b/bsps/sh/gensh1/include/bsp.h
@@ -56,19 +56,6 @@ extern void *CPU_Interrupt_stack_low;
extern void *CPU_Interrupt_stack_high;
/*
- * Device Driver Table Entries
- */
-
-/*
- * We redefine CONSOLE_DRIVER_TABLE_ENTRY to redirect /dev/console
- */
-#undef CONSOLE_DRIVER_TABLE_ENTRY
-#define CONSOLE_DRIVER_TABLE_ENTRY \
- BSP_CONSOLE_DRIVER_TABLE_ENTRY, \
- { console_initialize, console_open, console_close, \
- console_read, console_write, console_control }
-
-/*
* BSP methods that cross file boundaries.
*/
void bsp_hw_init(void);