usb: musb: pass platform_ops via platform_data

... then we don't need to export any symbols
from glue layer to musb_core.

Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Felipe Balbi
2010-12-02 09:48:58 +02:00
parent a023c631f5
commit f7ec94370f
9 changed files with 22 additions and 9 deletions

View File

@ -126,6 +126,9 @@ struct musb_hdrc_platform_data {
/* Architecture specific board data */
void *board_data;
/* Platform specific struct musb_ops pointer */
const void *platform_ops;
};