Skip to content

Commit

Permalink
usb: musb: drop __deprecated flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi committed Apr 18, 2012
1 parent c85dcda commit fc87e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/musb_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fc87e08

Please sign in to comment.