diff options
Diffstat (limited to 'sys/dev/sf/if_sf.c')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 0e9005a80657..9d67f91357a3 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -201,7 +201,7 @@ static device_method_t sf_methods[] = { }; static driver_t sf_driver = { - "if_sf", + "sf", sf_methods, sizeof(struct sf_softc), }; |
