diff options
Diffstat (limited to 'vidix/sysdep/pci_powerpc.c')
-rw-r--r-- | vidix/sysdep/pci_powerpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/sysdep/pci_powerpc.c b/vidix/sysdep/pci_powerpc.c index 94529037b6..cda750b153 100644 --- a/vidix/sysdep/pci_powerpc.c +++ b/vidix/sysdep/pci_powerpc.c @@ -20,7 +20,7 @@ static int pci_get_vendor( static long pci_config_read_long( unsigned char bus, unsigned char dev, - int func, + int func, unsigned cmd) { long retval; |