diff options
author | Christoph Hellwig <hch@lst.de> | 2015-05-03 02:50:56 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2015-05-31 01:42:39 -0400 |
commit | 7ad34a93675e9c5a65711f83c518871317adc2ee (patch) | |
tree | adc5e562585d30c65c5ef00d9d50a2215804a9cf /drivers/usb | |
parent | 968ebe752035d14a4c2bb69f8ed0ddf7292dd2f9 (diff) |
target: target_core_configfs.h is not needed in fabric drivers
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/legacy/tcm_usb_gadget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/legacy/tcm_usb_gadget.c b/drivers/usb/gadget/legacy/tcm_usb_gadget.c index a000d89dc78a..16b9a16678fe 100644 --- a/drivers/usb/gadget/legacy/tcm_usb_gadget.c +++ b/drivers/usb/gadget/legacy/tcm_usb_gadget.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <target/target_core_base.h> | 21 | #include <target/target_core_base.h> |
22 | #include <target/target_core_fabric.h> | 22 | #include <target/target_core_fabric.h> |
23 | #include <target/target_core_fabric_configfs.h> | 23 | #include <target/target_core_fabric_configfs.h> |
24 | #include <target/target_core_configfs.h> | ||
25 | #include <target/configfs_macros.h> | 24 | #include <target/configfs_macros.h> |
26 | #include <asm/unaligned.h> | 25 | #include <asm/unaligned.h> |
27 | 26 | ||