summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-02 15:34:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-02 15:47:00 +0100
commit4e100058cc621f52635525cec2965e6ea7579d7b (patch)
tree61915333ec687cd5f06a463e9666238099954a4e
parentsparc: Remove BSP specifics from <pci/irq.h> (diff)
downloadrtems-4e100058cc621f52635525cec2965e6ea7579d7b.tar.bz2
sparc: Remove <bsp.h> from PCI shell command
Update #3254. Update #3260.
-rw-r--r--cpukit/libmisc/shell/main_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/main_pci.c b/cpukit/libmisc/shell/main_pci.c
index 01841111c3..57a6e9b542 100644
--- a/cpukit/libmisc/shell/main_pci.c
+++ b/cpukit/libmisc/shell/main_pci.c
@@ -21,7 +21,6 @@
#include <pci/cfg.h>
#include <pci/access.h>
#include <sys/endian.h>
-#include <bsp.h> /* For PCI endianness config */
#include <rtems.h>
#include <rtems/shell.h>