diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:01 +0000 |
| commit | 86dc8398c9ca2283c5d6984992b7a585257b5adb (patch) | |
| tree | 4390d8255ba8d6b00726998c759c8f5173b50e24 /sys/dev/ichwd | |
| parent | 8984411b8a7ce364ad475a41d20e7208c04e02b7 (diff) | |
Diffstat (limited to 'sys/dev/ichwd')
| -rw-r--r-- | sys/dev/ichwd/ichwd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 5aab4af0a1f7..980bea734cd3 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -304,8 +304,6 @@ static struct ichwd_device ichwd_smb_devices[] = { { 0, NULL, 0, 0 }, }; -static devclass_t ichwd_devclass; - #define ichwd_read_tco_1(sc, off) \ bus_read_1((sc)->tco_res, (off)) #define ichwd_read_tco_2(sc, off) \ @@ -988,4 +986,4 @@ static driver_t ichwd_driver = { sizeof(struct ichwd_softc), }; -DRIVER_MODULE(ichwd, isa, ichwd_driver, ichwd_devclass, NULL, NULL); +DRIVER_MODULE(ichwd, isa, ichwd_driver, NULL, NULL); |
