From bef5e23ef6b36accd189ea306f53d876a43d20f4 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Mon, 13 Apr 2015 11:31:53 +0200 Subject: DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTY --- cpukit/libpci/pci_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libpci') 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, }, }; -- cgit v1.2.3