summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-04-13 11:31:53 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:30 +0200
commitbef5e23ef6b36accd189ea306f53d876a43d20f4 (patch)
tree6dc4d1d5f804fc901c351e279d34d673a10d5409 /cpukit/libpci
parentDRVMGR: KEY_TYPE now a enum drvmgr_kt (diff)
downloadrtems-bef5e23ef6b36accd189ea306f53d876a43d20f4.tar.bz2
DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTY
Diffstat (limited to 'cpukit/libpci')
-rw-r--r--cpukit/libpci/pci_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c
index 7c2f18bf04..2172e720bd 100644
--- a/cpukit/libpci/pci_bus.c
+++ b/cpukit/libpci/pci_bus.c
@@ -115,7 +115,7 @@ struct drvmgr_func pcibus_funcs[] = {
struct drvmgr_bus_res pcibus_drv_resources __attribute__((weak)) = {
.next = NULL,
.resource = {
- RES_EMPTY,
+ DRVMGR_RES_EMPTY,
},
};