diff options
-rw-r--r-- | sys/dev/cfi/cfi_bus_ixp4xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cfi/cfi_bus_ixp4xx.c b/sys/dev/cfi/cfi_bus_ixp4xx.c index 8db431b..ef9da9ee 100644 --- a/sys/dev/cfi/cfi_bus_ixp4xx.c +++ b/sys/dev/cfi/cfi_bus_ixp4xx.c @@ -77,4 +77,4 @@ static driver_t cfi_ixp4xx_driver = { cfi_ixp4xx_methods, sizeof(struct cfi_softc), }; -DRIVER_MODULE (cfi, ixp, cfi_ixp4xx_driver, cfi_devclass, 0, 0); +DRIVER_MODULE(cfi, ixp, cfi_ixp4xx_driver, cfi_devclass, 0, 0); |