From 7e317d016823fa511dd2cf20827543b3375ac377 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Mar 2005 17:20:45 +0000 Subject: libify and simplify --- pci.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pci.c') diff --git a/pci.c b/pci.c index dba4294..37dc5ca 100644 --- a/pci.c +++ b/pci.c @@ -7,11 +7,9 @@ #include #include #include -#include "libldetect.h" -#include "libldetect-private.h" #include "common.h" -char *proc_pci_path_default = "/proc/bus/pci/devices"; +static char *proc_pci_path_default = "/proc/bus/pci/devices"; char *proc_pci_path = NULL; extern struct pciusb_entries pci_probe(void) { -- cgit v1.2.1