]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/usb/gadget/function/f_uac2.c
usb: gadget: remove __devexit in f_uac2
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 6 Sep 2012 18:11:02 +0000 (20:11 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Sep 2012 12:34:14 +0000 (15:34 +0300)
commit1e1a27c3258c769ea175780bb28d0c8fead79ff8
treee3752ac21edee9c0097713cbd19c0d60a9d46a36
parentfac3a43e0ab20dbf5e845c6221ead0d073984f41
usb: gadget: remove __devexit in f_uac2

avoids the following section missmatch
|WARNING: drivers/usb/gadget/g_audio.o(.init.text+0x2e7): Section
|mismatch in reference from the function afunc_bind() to the function
|.devexit.text:snd_uac2_remove()
|The function __init afunc_bind() references
|a function __devexit snd_uac2_remove().
|This is often seen when error handling in the init function
|uses functionality in the exit path.
|The fix is often to remove the __devexit annotation of
|snd_uac2_remove() so it may be used outside an exit section.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_uac2.c