From: Linus Torvalds Date: Wed, 30 Jul 2014 15:56:23 +0000 (-0700) Subject: Revert "cdc_subset: deal with a device that needs reset for timeout" X-Git-Tag: omap-for-v3.17/fixes-against-rc2~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8fcba1de632d7a43349788ad534c5a32c5a44c;p=pandora-kernel.git 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 Acked-by: David Miller Cc: Oliver Neukum Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed