summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-samsung-usb3.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-04-02 17:13:40 +0300
committerFelipe Balbi <balbi@ti.com>2013-04-02 17:13:40 +0300
commit50757b24944ede7ab07165cdb57c995456b6e916 (patch)
treeba45c92d5e693c3c1c9bd7231d1e2b8b3d8b6062 /drivers/usb/phy/phy-samsung-usb3.c
parentc5dbc220b327dc1ff5e0b1d829c091347511ed83 (diff)
usb: gadget: pxa27x_udc: fix Section Mismatches
Remove all section annotations to fix the following section mismatches: >> WARNING: drivers/usb/gadget/pxa27x_udc.o(.text+0x597c): Section mismatch in reference from the function .pxa_udc_probe() to the function .init.text:.udc_init_data.constprop.11() The function .pxa_udc_probe() references the function __init .udc_init_data.constprop.11(). This is often because .pxa_udc_probe lacks a __init annotation or the annotation of .udc_init_data.constprop.11 is wrong. -- >> WARNING: drivers/usb/gadget/pxa27x_udc.o(.text+0x5a04): Section mismatch in reference from the function .pxa_udc_probe() to the function .init.text:.pxa_ep_setup() The function .pxa_udc_probe() references the function __init .pxa_ep_setup(). This is often because .pxa_udc_probe lacks a __init annotation or the annotation of .pxa_ep_setup is wrong. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-samsung-usb3.c')
0 files changed, 0 insertions, 0 deletions