diff options
Diffstat (limited to 'sys/dev/usb/umass.c')
-rw-r--r-- | sys/dev/usb/umass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 41f59b7..3058a81 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -783,9 +783,7 @@ static void umass_dump_buffer (struct umass_softc *sc, u_int8_t *buffer, int buflen, int printlen); #endif -#if defined(__FreeBSD__) MODULE_DEPEND(umass, cam, 1,1,1); -#endif /* * USB device probe/attach/detach |