summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/shared/openpic/openpic.c2
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 85658586cb..81651a270e 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,6 +1,11 @@
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
- * irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
+ * shared/openpic/openpic.c: include the more generic <rtems/pci.h>
+ rather than <bsp/pci.h>.
+
+2009-09-11 Till Straumann <strauman@slac.stanford.edu>
+
+ * shared/irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
have to create a dummy VMEConfig.h header.
diff --git a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
index 9e738493d0..9fa1f60291 100644
--- a/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
+++ b/c/src/lib/libbsp/powerpc/shared/openpic/openpic.c
@@ -23,7 +23,7 @@
#include <bsp.h>
#include <rtems/bspIo.h>
#include <bsp/openpic.h>
-#include <bsp/pci.h>
+#include <rtems/pci.h>
#include <libcpu/io.h>
#include <libcpu/byteorder.h>
#include <rtems/bspIo.h>