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>.
This commit is contained in:
Till Straumann
2009-09-11 16:58:30 +00:00
parent f85ad07618
commit 1b290ce7e5
2 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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>