diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-30 11:56:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-30 11:56:23 -0400 |
commit | 1d8fcba1de632d7a43349788ad534c5a32c5a44c (patch) | |
tree | bcc6dec544fc2d9ab03a8e40f7c2d3242b58d64d /include/linux/usb | |
parent | b527caee1b91946db844b1dc63d4f726958891c8 (diff) |
Revert "cdc_subset: deal with a device that needs reset for timeout"
This reverts commit 20fbe3ae990fd54fc7d1f889d61958bc8b38f254.
As reported by Stephen Rothwell, it causes compile failures in certain
configurations:
drivers/net/usb/cdc_subset.c:360:15: error: 'dummy_prereset' undeclared here (not in a function)
.pre_reset = dummy_prereset,
^
drivers/net/usb/cdc_subset.c:361:16: error: 'dummy_postreset' undeclared here (not in a function)
.post_reset = dummy_postreset,
^
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: David Miller <davem@davemloft.net>
Cc: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/usbnet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index 26088feb6608..0662e98fef72 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
@@ -148,9 +148,6 @@ struct driver_info { | |||
148 | struct sk_buff *(*tx_fixup)(struct usbnet *dev, | 148 | struct sk_buff *(*tx_fixup)(struct usbnet *dev, |
149 | struct sk_buff *skb, gfp_t flags); | 149 | struct sk_buff *skb, gfp_t flags); |
150 | 150 | ||
151 | /* recover from timeout */ | ||
152 | void (*recover)(struct usbnet *dev); | ||
153 | |||
154 | /* early initialization code, can sleep. This is for minidrivers | 151 | /* early initialization code, can sleep. This is for minidrivers |
155 | * having 'subminidrivers' that need to do extra initialization | 152 | * having 'subminidrivers' that need to do extra initialization |
156 | * right after minidriver have initialized hardware. */ | 153 | * right after minidriver have initialized hardware. */ |