summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pci.c b/pci.c
index ed76153..d9f516a 100644
--- a/pci.c
+++ b/pci.c
@@ -13,9 +13,9 @@
#include "common.h"
static char *proc_pci_path_default = "/proc/bus/pci/devices";
-char *proc_pci_path = NULL;
+char* proc_pci_path = NULL;
-void __attribute__((noreturn)) error_and_die(char *msg, ...)
+static void __attribute__((noreturn)) error_and_die(char *msg, ...)
{
va_list args;