summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
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/src/lib/libbsp/powerpc/ChangeLog
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/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 6 insertions, 1 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.