2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 06:34:17 +08:00
linux-next/drivers/media/dvb/mantis
Mauro Carvalho Chehab 4cf0b3f130 V4L/DVB(13824a): mantis: Fix __devexit bad annotations
WARNING: drivers/media/dvb/mantis/built-in.o(.devinit.text+0x13d7): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_i2c_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/mantis/built-in.o(.devinit.text+0x1433): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/mantis/built-in.o(.devinit.text+0x185e): Section mismatch in reference from the function hopper_pci_probe() to the function
.devexit.text:mantis_i2c_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/mantis/built-in.o(.devinit.text+0x18ba): Section mismatch in reference from the function hopper_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/built-in.o(.devinit.text+0x68b8): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_i2c_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/built-in.o(.devinit.text+0x6914): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/built-in.o(.devinit.text+0x6d3f): Section mismatch in reference from the function hopper_pci_probe() to the function .devexit.text:mantis_i2c_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/dvb/built-in.o(.devinit.text+0x6d9b): Section mismatch in reference from the function hopper_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

WARNING: drivers/media/built-in.o(.devinit.text+0x14634): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_i2c_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/built-in.o(.devinit.text+0x14690): Section mismatch in reference from the function mantis_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit mantis_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

WARNING: drivers/media/built-in.o(.devinit.text+0x14abb): Section mismatch in reference from the function hopper_pci_probe() to the function .devexit.text:mantis_i2c_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_i2c_exit().
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
mantis_i2c_exit() so it may be used outside an exit section.

WARNING: drivers/media/built-in.o(.devinit.text+0x14b17): Section mismatch in reference from the function hopper_pci_probe() to the function .devexit.text:mantis_pci_exit()
The function __devinit hopper_pci_probe() references
a function __devexit mantis_pci_exit().
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
mantis_pci_exit() so it may be used outside an exit section.

Acked-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-01-17 12:01:44 -02:00
..
hopper_cards.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
hopper_vp3028.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
hopper_vp3028.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
Kconfig V4L/DVB (13803): Remove unused dependency on CU1216 2010-01-17 11:55:44 -02:00
Makefile V4L/DVB (13806): Register and Initialize Remote control 2010-01-17 11:55:44 -02:00
mantis_ca.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_ca.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_cards.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_common.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_core.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_core.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dma.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dma.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dvb.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_dvb.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_evm.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_hif.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_hif.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_i2c.c V4L/DVB(13824a): mantis: Fix __devexit bad annotations 2010-01-17 12:01:44 -02:00
mantis_i2c.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_input.c V4L/DVB(13808a): mantis: convert it to the new ir-core register/unregister functions 2010-01-17 11:55:45 -02:00
mantis_ioc.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_ioc.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_link.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_pci.c V4L/DVB(13824a): mantis: Fix __devexit bad annotations 2010-01-17 12:01:44 -02:00
mantis_pci.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_pcmcia.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_reg.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_uart.c V4L/DVB (13806): Register and Initialize Remote control 2010-01-17 11:55:44 -02:00
mantis_uart.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1033.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1033.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1034.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1034.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp1041.c V4L/DVB (13809): Fix Checkpatch violations 2010-01-17 11:55:44 -02:00
mantis_vp1041.h V4L/DVB (13795): [Mantis/Hopper] Code overhaul, add Hopper devices into the PCI ID list 2010-01-17 11:55:42 -02:00
mantis_vp2033.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp2033.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp2040.c V4L/DVB (13809): Fix Checkpatch violations 2010-01-17 11:55:44 -02:00
mantis_vp2040.h V4L/DVB (13795): [Mantis/Hopper] Code overhaul, add Hopper devices into the PCI ID list 2010-01-17 11:55:42 -02:00
mantis_vp3028.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp3028.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp3030.c V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00
mantis_vp3030.h V4L/DVB (13812): [Mantis/Hopper] Update Copyright header 2010-01-17 11:55:45 -02:00