summaryrefslogtreecommitdiffstats
path: root/vidix/pm2_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/pm2_vid.c')
-rw-r--r--vidix/pm2_vid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/pm2_vid.c b/vidix/pm2_vid.c
index 748a9fd884..246bc7398d 100644
--- a/vidix/pm2_vid.c
+++ b/vidix/pm2_vid.c
@@ -92,7 +92,7 @@ static int find_chip(unsigned int vendor, uint32_t chip_id)
return -1;
}
-static int pm2_probe(int verbose, int force __attribute__ ((unused)))
+static int pm2_probe(int verbose, int force)
{
pciinfo_t lst[MAX_PCI_DEVICES];
unsigned i,num_pci;