All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] remove USB_AUDIO and USB_MIDI drivers
@ 2005-11-08 18:12 Adrian Bunk
  2005-11-08 18:46 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2005-11-08 18:12 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Since I've gotten exactly zero negative feedback, this patch removes the 
obsolete USB_AUDIO and USB_MIDI drivers.

It also makes the global function usb_get_string() static since this 
function no longer has any external user.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 drivers/usb/Makefile         |    2 
 drivers/usb/class/Kconfig    |   47 
 drivers/usb/class/Makefile   |    2 
 drivers/usb/class/audio.c    | 3870 -----------------------------------
 drivers/usb/class/audio.h    |  110 
 drivers/usb/class/usb-midi.c | 2154 -------------------
 drivers/usb/class/usb-midi.h |  164 -
 drivers/usb/core/message.c   |    5 
 include/linux/usb.h          |    2 
 9 files changed, 2 insertions(+), 6354 deletions(-)

Due to it's size, the patch is attached gzip'ed.

[-- Attachment #2: patch-remove-obsolete-usb-oss.gz --]
[-- Type: application/octet-stream, Size: 41749 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-08 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 18:12 [2.6 patch] remove USB_AUDIO and USB_MIDI drivers Adrian Bunk
2005-11-08 18:46 ` Greg KH
2005-11-08 18:50   ` Adrian Bunk
2005-11-08 20:05   ` [2.6 patch] drivers/usb/core/message.c: make usb_get_string() static Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.