[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>

This moves <linux/usb_cdc.h> to <linux/usb/cdc.h> to reduce some of the
clutter of usb header files.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
このコミットが含まれているのは:
David Brownell
2006-06-13 09:57:47 -07:00
committed by Greg Kroah-Hartman
コミット a8c28f2389
7個のファイルの変更6行の追加6行の削除

ファイルの表示

@@ -49,7 +49,7 @@
#include <asm/unaligned.h>
#include <linux/usb_ch9.h>
#include <linux/usb_cdc.h>
#include <linux/usb/cdc.h>
#include <linux/usb_gadget.h>
#include <linux/random.h>

ファイルの表示

@@ -45,7 +45,7 @@
#include <asm/uaccess.h>
#include <linux/usb_ch9.h>
#include <linux/usb_cdc.h>
#include <linux/usb/cdc.h>
#include <linux/usb_gadget.h>
#include "gadget_chips.h"