summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-09-11 16:58:30 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-09-11 16:58:30 +0000
commit1b290ce7e5cf67c6f4a5b68cf4f9bb44f132461e (patch)
treed1f316889b9fbcfbfe0bcf57905f97711320ca8d /c
parent2009-09-11 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1b290ce7e5cf67c6f4a5b68cf4f9bb44f132461e.tar.bz2
2009-09-11 Till Straumann <strauman@slac.stanford.edu>
* shared/openpic/openpic.c: include the more generic <rtems/pci.h> rather than <bsp/pci.h>.
Diffstat (limited to 'c')
-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>