[PATCH 02/12] bsps/sh/gensh1/include/bsp.h: Fix redefined warning
Joel Sherrill
joel at rtems.org
Thu Mar 15 22:35:51 UTC 2018
---
bsps/sh/gensh1/include/bsp.h | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/bsps/sh/gensh1/include/bsp.h b/bsps/sh/gensh1/include/bsp.h
index 2c0da4b..f3f7c02 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);
--
1.8.3.1
More information about the devel
mailing list