summaryrefslogtreecommitdiff
path: root/src/common_device_name.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-12 13:33:51 -0800
committerEric Anholt <eric@anholt.net>2007-01-12 13:33:51 -0800
commit253e7f672b8b311b18cf827cd12c9147bba8eb4c (patch)
tree87ac494f69b5227f2ab9e7f311f3de5d151ee8b4 /src/common_device_name.c
parent87ec7de307ab5bd395d01cdb4f8fdf231d9e769e (diff)
downloadxorg-lib-libpciaccess-253e7f672b8b311b18cf827cd12c9147bba8eb4c.tar.gz
Remove extra fallback definition of PCIIDS_PATH.
PCIIDS_PATH should always be provided by configure.ac and config.h.
Diffstat (limited to 'src/common_device_name.c')
-rw-r--r--src/common_device_name.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common_device_name.c b/src/common_device_name.c
index 31ed8f2..12f88f5 100644
--- a/src/common_device_name.c
+++ b/src/common_device_name.c
@@ -47,10 +47,6 @@
#include "pciaccess.h"
-#ifndef PCIIDS_PATH
-# define PCIIDS_PATH "/usr/share/hwdata"
-#endif
-
#define DO_MATCH(a,b) (((a) == PCI_MATCH_ANY) || ((a) == (b)))
/**