Searched hist:"07 a67bbb95ea7977846bd851dab5f4f2be8e488c" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/musb/ |
H A D | musb_dma.h | diff 07a67bbb95ea7977846bd851dab5f4f2be8e488c Thu Aug 09 16:38:32 CEST 2012 Shubhrajyoti D <shubhrajyoti@ti.com> usb: musb: Make dma_controller_create __devinit
dma_controller_create is called only from musb_init_controller which is __devint so annotate dma_controller_create also with __devint.
fixes the warn
WARNING: vmlinux.o(.devinit.text+0x6fa8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create() The function __devinit musb_init_controller() references a function __init dma_controller_create(). If dma_controller_create is only used by musb_init_controller then annotate dma_controller_create with a matching annotation.
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | ux500_dma.c | diff 07a67bbb95ea7977846bd851dab5f4f2be8e488c Thu Aug 09 16:38:32 CEST 2012 Shubhrajyoti D <shubhrajyoti@ti.com> usb: musb: Make dma_controller_create __devinit
dma_controller_create is called only from musb_init_controller which is __devint so annotate dma_controller_create also with __devint.
fixes the warn
WARNING: vmlinux.o(.devinit.text+0x6fa8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create() The function __devinit musb_init_controller() references a function __init dma_controller_create(). If dma_controller_create is only used by musb_init_controller then annotate dma_controller_create with a matching annotation.
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | tusb6010_omap.c | diff 07a67bbb95ea7977846bd851dab5f4f2be8e488c Thu Aug 09 16:38:32 CEST 2012 Shubhrajyoti D <shubhrajyoti@ti.com> usb: musb: Make dma_controller_create __devinit
dma_controller_create is called only from musb_init_controller which is __devint so annotate dma_controller_create also with __devint.
fixes the warn
WARNING: vmlinux.o(.devinit.text+0x6fa8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create() The function __devinit musb_init_controller() references a function __init dma_controller_create(). If dma_controller_create is only used by musb_init_controller then annotate dma_controller_create with a matching annotation.
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | musbhsdma.c | diff 07a67bbb95ea7977846bd851dab5f4f2be8e488c Thu Aug 09 16:38:32 CEST 2012 Shubhrajyoti D <shubhrajyoti@ti.com> usb: musb: Make dma_controller_create __devinit
dma_controller_create is called only from musb_init_controller which is __devint so annotate dma_controller_create also with __devint.
fixes the warn
WARNING: vmlinux.o(.devinit.text+0x6fa8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create() The function __devinit musb_init_controller() references a function __init dma_controller_create(). If dma_controller_create is only used by musb_init_controller then annotate dma_controller_create with a matching annotation.
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|