diff options
author | jhb <jhb@FreeBSD.org> | 2010-03-11 15:25:47 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2010-03-11 15:25:47 +0000 |
commit | cf97510db9661c06d2944ccbac57870ceae78991 (patch) | |
tree | 7f879ab194ba0ceed77acbfb99e7f47a1bbd5ff0 /sys/dev/pci/vga_pci.c | |
parent | 5b4b1c75c077247ec83b8292e075f0f49e4bc806 (diff) | |
download | FreeBSD-src-cf97510db9661c06d2944ccbac57870ceae78991.zip FreeBSD-src-cf97510db9661c06d2944ccbac57870ceae78991.tar.gz |
Small whitespace fixes.
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 19fe9df..d86b8fb 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -232,7 +232,7 @@ vga_pci_read_config(device_t dev, device_t child, int reg, int width) } static void -vga_pci_write_config(device_t dev, device_t child, int reg, +vga_pci_write_config(device_t dev, device_t child, int reg, uint32_t val, int width) { @@ -409,7 +409,6 @@ static device_method_t vga_pci_methods[] = { DEVMETHOD(bus_write_ivar, vga_pci_write_ivar), DEVMETHOD(bus_setup_intr, vga_pci_setup_intr), DEVMETHOD(bus_teardown_intr, vga_pci_teardown_intr), - DEVMETHOD(bus_alloc_resource, vga_pci_alloc_resource), DEVMETHOD(bus_release_resource, vga_pci_release_resource), DEVMETHOD(bus_activate_resource, bus_generic_activate_resource), |