Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 11:08:00 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280168 - head/sys/dev/usb
Message-ID:  <201503171108.t2HB80hL027677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Tue Mar 17 11:07:59 2015
New Revision: 280168
URL: https://svnweb.freebsd.org/changeset/base/280168

Log:
  Remove no longer used allocation type.
  
  Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>

Modified:
  head/sys/dev/usb/usb.h
  head/sys/dev/usb/usb_core.c

Modified: head/sys/dev/usb/usb.h
==============================================================================
--- head/sys/dev/usb/usb.h	Tue Mar 17 09:51:01 2015	(r280167)
+++ head/sys/dev/usb/usb.h	Tue Mar 17 11:07:59 2015	(r280168)
@@ -55,7 +55,6 @@ SYSCTL_DECL(_hw_usb);
 
 MALLOC_DECLARE(M_USB);
 MALLOC_DECLARE(M_USBDEV);
-MALLOC_DECLARE(M_USBHC);
 #endif /* _KERNEL */
 
 #ifndef USB_GLOBAL_INCLUDE_FILE

Modified: head/sys/dev/usb/usb_core.c
==============================================================================
--- head/sys/dev/usb/usb_core.c	Tue Mar 17 09:51:01 2015	(r280167)
+++ head/sys/dev/usb/usb_core.c	Tue Mar 17 11:07:59 2015	(r280168)
@@ -63,6 +63,5 @@ const struct usb_string_lang usb_string_
 
 MALLOC_DEFINE(M_USB, "USB", "USB");
 MALLOC_DEFINE(M_USBDEV, "USBdev", "USB device");
-MALLOC_DEFINE(M_USBHC, "USBHC", "USB host controller");
 
 MODULE_VERSION(usb, 1);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503171108.t2HB80hL027677>