summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Balbi2012-04-18 12:49:20 +0200
committerFelipe Balbi2012-04-18 12:49:20 +0200
commitfc87e080e19fdeb1120ce274423fea7b2ec2f63e (patch)
tree2538e00451e70b1e49476cc20068ec11e6922c26
parentUSB: gadget: storage gadgets send wrong error code for unknown commands (diff)
downloadkernel-qcow2-linux-fc87e080e19fdeb1120ce274423fea7b2ec2f63e.tar.gz
kernel-qcow2-linux-fc87e080e19fdeb1120ce274423fea7b2ec2f63e.tar.xz
kernel-qcow2-linux-fc87e080e19fdeb1120ce274423fea7b2ec2f63e.zip
usb: musb: drop __deprecated flag
Looks like we cannot live without that double_buffer_not_ok flag due to many HW bugs this MUSB core has. So, let's drop the __deprecated flag to avoid annoying compile warnings. Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 93de517a32a0..f4a40f001c88 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -449,7 +449,7 @@ struct musb {
* We added this flag to forcefully disable double
* buffering until we get it working.
*/
- unsigned double_buffer_not_ok:1 __deprecated;
+ unsigned double_buffer_not_ok:1;
struct musb_hdrc_config *config;