diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2013-04-30 18:33:29 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2013-04-30 18:33:29 +0000 |
| commit | b3caab66ad59fe0eaa80703e4664422d391c439c (patch) | |
| tree | aee0fc30b52709c5928526bbd2811982e626d6c6 /sys/dev/cfi | |
| parent | d8f45cbfe8e7b8dd523889cb825c0e787923d4b4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cfi')
| -rw-r--r-- | sys/dev/cfi/cfi_bus_fdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cfi/cfi_bus_fdt.c b/sys/dev/cfi/cfi_bus_fdt.c index f775e0582c3e..4a4f9052cfa0 100644 --- a/sys/dev/cfi/cfi_bus_fdt.c +++ b/sys/dev/cfi/cfi_bus_fdt.c @@ -61,6 +61,7 @@ static driver_t cfi_fdt_driver = { }; DRIVER_MODULE (cfi, lbc, cfi_fdt_driver, cfi_devclass, 0, 0); +DRIVER_MODULE (cfi, simplebus, cfi_fdt_driver, cfi_devclass, 0, 0); static int cfi_fdt_probe(device_t dev) |
