summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-09-06 20:11:02 +0200
committerFelipe Balbi <balbi@ti.com>2012-09-10 15:34:14 +0300
commit1e1a27c3258c769ea175780bb28d0c8fead79ff8 (patch)
treee3752ac21edee9c0097713cbd19c0d60a9d46a36 /tools/perf/scripts/python
parentfac3a43e0ab20dbf5e845c6221ead0d073984f41 (diff)
downloadkernel-1e1a27c3258c769ea175780bb28d0c8fead79ff8.tar.gz
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
c3d4705d3'>clocksource: improve sh_cmt clocksource overflow handlingMagnus Damm 2009-04-22clocksource: sh_cmt clocksource supportMagnus Damm 2009-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt 2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm 2009-04-19clocksource: sh_cmt earlytimer supportMagnus Damm 2009-04-02clocksource: sh_cmt: use remove_irq() and remove clockevent workaroundMagnus Damm 2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar 2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar 2009-01-29sh: CMT clockevent platform driverMagnus Damm 2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell 2008-12-12clocksource, acpi_pm.c: put acpi_pm_read_slow() under CONFIG_PCIBjorn Helgaas 2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner 2008-09-11clocksource, acpi_pm.c: fix check for monotonicityDominik Brodowski 2008-09-06clocksource, acpi_pm.c: check for monotonicityDominik Brodowski 2008-09-06clocksource, acpi_pm.c: use proper read function also in errata modeDominik Brodowski 2008-08-21clocksource: check rangeDavid Howells 2008-07-15Fix printk format warning in clocksource/acpi_pm.cLinus Torvalds 2008-07-12acpi_pm clccksource: fix printk format warningRandy Dunlap 2008-07-10pmtmr: allow command line override of ioportThomas Gleixner