[rtems commit] powerpc/haleakala: 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: 3f9ce5b9b69206bf6f5758b113f3d8b75caa4295
Changeset: http://git.rtems.org/rtems/commit/?id=3f9ce5b9b69206bf6f5758b113f3d8b75caa4295
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Mar 29 13:10:52 2016 -0500
powerpc/haleakala: Remove include of <rtems/console.h> from <bsp.h> and fix warnings
---
c/src/lib/libbsp/powerpc/haleakala/include/bsp.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
index 0e96d6c..5125ffc 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
@@ -56,9 +56,7 @@
#else
#include <rtems.h>
- #include <rtems/console.h>
#include <libcpu/io.h>
- #include <rtems/console.h>
#include <rtems/iosupp.h>
#include <bsp/irq.h>
#include <bsp/vectors.h>
More information about the vc
mailing list