[rtems commit] powerpc/gen83xx: Remove include of <rtems/console.h> from < bsp.h> and fix warnings
Joel Sherrill
joel at rtems.org
Tue Mar 29 20:29:11 UTC 2016
Module: rtems
Branch: master
Commit: 6c5d7181bd124f6fd0c4b9ac16ed845c260d1c17
Changeset: http://git.rtems.org/rtems/commit/?id=6c5d7181bd124f6fd0c4b9ac16ed845c260d1c17
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Mar 29 13:10:52 2016 -0500
powerpc/gen83xx: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
---
c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
index cc60f33..59fd20d 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen83xx/include/bsp.h
@@ -64,7 +64,6 @@ LINKER_SYMBOL(IMMRBAR);
#ifndef ASM
#include <rtems.h>
-#include <rtems/console.h>
#include <bsp/vectors.h>
#include <bsp/irq.h>
#include <bsp/default-initial-extension.h>
More information about the vc
mailing list