projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85dcda
)
usb: musb: drop __deprecated flag
author
Felipe Balbi
<balbi@ti.com>
Wed, 18 Apr 2012 10:49:20 +0000
(13:49 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 18 Apr 2012 10:49:20 +0000
(13:49 +0300)
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>
drivers/usb/musb/musb_core.h
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/musb_core.h
b/drivers/usb/musb/musb_core.h
index 93de517a32a00009aeffbdf6691906a979ae506f..f4a40f001c8803eecfedab2af6dfcdd50d95ed22 100644
(file)
--- 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;