aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 09:48:58 +0200
committerFelipe Balbi <balbi@ti.com>2010-12-10 10:21:23 +0200
commitf7ec94370f417fedad4db1054228ef958d48b926 (patch)
treeb036e02e21c04f60300394247869bdd5cda90026 /drivers/usb/musb/musb_core.h
parenta023c631f546ef95d58969385825a47652ab9039 (diff)
downloadkernel_samsung_smdk4412-f7ec94370f417fedad4db1054228ef958d48b926.zip
kernel_samsung_smdk4412-f7ec94370f417fedad4db1054228ef958d48b926.tar.gz
kernel_samsung_smdk4412-f7ec94370f417fedad4db1054228ef958d48b926.tar.bz2
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>
Diffstat (limited to 'drivers/usb/musb/musb_core.h')
-rw-r--r--drivers/usb/musb/musb_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 9594b9d..fac1eab 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -281,8 +281,6 @@ struct musb_platform_ops {
void (*set_vbus)(struct musb *musb, int on);
};
-extern const struct musb_platform_ops musb_ops;
-
/*
* struct musb_hw_ep - endpoint hardware (bidirectional)
*