diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2009-02-17 23:43:17 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2009-02-17 23:43:17 +0000 |
| commit | 30b00c24b0d681a9ab858ae37525c17cd542c003 (patch) | |
| tree | 6adf1a6ea74ec955ca36f3187facd97bf4bc9d78 /sys/dev/cfi | |
| parent | 7b3a8a2730dbc21ca6e7d170842f7f108339f387 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cfi')
| -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 8db431bfbbc2..ef9da9eef4b7 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); |
