diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-04-03 20:58:30 +0000 |
| commit | cdb51d12a651450156caf19a79ed364676ea08e6 (patch) | |
| tree | 8da22341a2305e9430768c221b51121e4be40654 /sys/dev/usb/umodem.c | |
| parent | 2a8e2fe6697072f3f88b48ce1cf925fb22827c1b (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/umodem.c')
| -rw-r--r-- | sys/dev/usb/umodem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 6da367372d87..643ffb01a45c 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -123,7 +123,7 @@ USB_ATTACH(umodem) } #if defined(__FreeBSD__) -static int +Static int umodem_detach(device_t self) { DPRINTF(("%s: disconnected\n", USBDEVNAME(self))); |
