summaryrefslogtreecommitdiffstats
path: root/pcidev.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcidev.c')
-rw-r--r--pcidev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcidev.c b/pcidev.c
index f5ad819d1..54c1fd34c 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -266,7 +266,7 @@ struct undo_pci_write_data {
};
};
-int undo_pci_write(void *p)
+static int undo_pci_write(void *p)
{
struct undo_pci_write_data *data = p;
if (pacc == NULL || data->dev == NULL) {