svn commit: r213679 - user/weongyo/usb/sys/modules/usb/usb

Weongyo Jeong weongyo at FreeBSD.org
Mon Oct 11 01:02:14 UTC 2010


Author: weongyo
Date: Mon Oct 11 01:02:14 2010
New Revision: 213679
URL: http://svn.freebsd.org/changeset/base/213679

Log:
  Removes usb_process.c that it's removed at the previous.

Modified:
  user/weongyo/usb/sys/modules/usb/usb/Makefile

Modified: user/weongyo/usb/sys/modules/usb/usb/Makefile
==============================================================================
--- user/weongyo/usb/sys/modules/usb/usb/Makefile	Mon Oct 11 01:01:36 2010	(r213678)
+++ user/weongyo/usb/sys/modules/usb/usb/Makefile	Mon Oct 11 01:02:14 2010	(r213679)
@@ -37,7 +37,7 @@ SRCS=	bus_if.h device_if.h usb_if.h usb_
 	usb_busdma.c usb_controller.c usb_compat_linux.c usb_core.c usb_debug.c \
 	usb_dev.c usb_device.c usb_dynamic.c usb_error.c usb_generic.c \
 	usb_handle_request.c usb_hid.c usb_hub.c usb_lookup.c usb_mbuf.c \
-	usb_msctest.c usb_parse.c usb_pf.c usb_process.c usb_request.c \
+	usb_msctest.c usb_parse.c usb_pf.c usb_request.c \
 	usb_sleepout.c usb_transfer.c usb_util.c 
 
 .include <bsd.kmod.mk>


More information about the svn-src-user mailing list