alistair23-linux/drivers/usb/gadget
Henrik Kretzschmar 793f03aa7b USB: rndis: section mismatch fix
This patch removes the following section mismatch warning,
by moving the function rndis_init() from .init.text to .text.

WARNING: vmlinux.o(.text+0x1aeca5a): Section mismatch in reference from the function rndis_bind_config() to the function .init.text:rndis_init()
The function rndis_bind_config() references
the function __init rndis_init().
This is often because rndis_bind_config lacks a __init
annotation or the annotation of rndis_init is wrong.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-03 17:33:40 -07:00
..
amd5536udc.c
amd5536udc.h
at91_udc.c ARM: 6209/3: at91_udc: Add vbus polarity and polling mode 2010-07-18 20:39:10 +01:00
at91_udc.h ARM: 6209/3: at91_udc: Add vbus polarity and polling mode 2010-07-18 20:39:10 +01:00
atmel_usba_udc.c USB: gadget: Use kmemdup 2010-05-20 13:21:49 -07:00
atmel_usba_udc.h
audio.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
cdc2.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
ci13xxx_udc.c
ci13xxx_udc.h
composite.c USB: gadget: fix composite kernel-doc warnings 2010-08-23 20:50:16 -07:00
config.c USB: gadget: __init and __exit tags removed 2010-05-20 13:21:43 -07:00
dbgp.c USB: EHCI Debug Port Device Gadget 2010-08-10 14:35:39 -07:00
dummy_hcd.c USB: convert usb_hcd bitfields into atomic flags 2010-08-10 14:35:37 -07:00
epautoconf.c USB: gadget: __init and __exit tags removed 2010-05-20 13:21:43 -07:00
ether.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
f_acm.c USB: gadget: __init and __exit tags removed 2010-05-20 13:21:43 -07:00
f_audio.c ALSA: usb-audio: unify UAC macros and struct names 2010-06-23 16:09:26 +02:00
f_ecm.c USB: gadget: __init and __exit tags removed 2010-05-20 13:21:43 -07:00
f_eem.c USB: gadget eth: Fix calculate CRC32 in EEM 2010-06-30 08:16:06 -07:00
f_fs.c USB: gadget: f_fs: use usb_string_ids_n() 2010-08-10 14:35:36 -07:00
f_hid.c USB: gadget: Remove unnecessary casts of private_data 2010-08-10 14:35:39 -07:00
f_loopback.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
f_mass_storage.c USB: gadget: f_mass_storage: added eject callback 2010-08-10 14:35:37 -07:00
f_obex.c
f_phonet.c
f_rndis.c USB: gadget: __init and __exit tags removed 2010-05-20 13:21:43 -07:00
f_serial.c
f_sourcesink.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
f_subset.c
f_uvc.c V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h 2010-08-02 16:43:15 -03:00
f_uvc.h V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h 2010-08-02 16:43:15 -03:00
file_storage.c USB: gadget: file_storage: serial parameter even if not test mode 2010-08-10 14:35:43 -07:00
fsl_mxc_udc.c i.MX25: fix USB gadget support 2010-07-26 14:18:11 +02:00
fsl_qe_udc.c of/device: Replace struct of_device with struct platform_device 2010-08-06 09:25:50 -06:00
fsl_qe_udc.h
fsl_udc_core.c USB: mxc: gadget: Fix bitfield for calculating maximum packet size 2010-05-20 13:21:40 -07:00
fsl_usb2_udc.h
g_ffs.c USB: gadget: g_fs: code cleanup 2010-08-10 14:35:37 -07:00
g_zero.h
gadget_chips.h
gmidi.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
goku_udc.c
goku_udc.h
hid.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
imx_udc.c
imx_udc.h
inode.c usb: gadget: Do not take BKL for gadget->ops->ioctl 2010-08-10 14:35:36 -07:00
Kconfig USB: EHCI Debug Port Device Gadget 2010-08-10 14:35:39 -07:00
langwell_udc.c USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a dma_t 2010-08-10 14:35:35 -07:00
langwell_udc.h
lh7a40x_udc.c
lh7a40x_udc.h
m66592-udc.c USB: gadget: Return -ENOMEM on memory allocation failure 2010-08-23 20:50:16 -07:00
m66592-udc.h usb: gadget: m66592-udc pio to mmio accessor conversion. 2010-06-02 16:26:13 +09:00
Makefile USB: gadget: functionfs: stale Makefile entry removed 2010-08-10 14:35:40 -07:00
mass_storage.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
multi.c USB: gadget: g_multi: code clean up and refactoring 2010-08-10 14:35:36 -07:00
ndis.h
net2280.c
net2280.h
nokia.c
omap_udc.c
omap_udc.h
printer.c USB: autoconvert trivial BKL users to private mutex 2010-08-10 14:35:39 -07:00
pxa25x_udc.c
pxa25x_udc.h
pxa27x_udc.c [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27x 2010-07-15 17:20:23 +08:00
pxa27x_udc.h
r8a66597-udc.c USB: r8a66597-udc: return -ENOMEM if kzalloc() fails 2010-08-23 20:50:15 -07:00
r8a66597-udc.h usb: gadget: r8a66597-udc pio to mmio accessor conversion. 2010-06-02 16:31:02 +09:00
rndis.c USB: rndis: section mismatch fix 2010-09-03 17:33:40 -07:00
rndis.h USB: rndis: section mismatch fix 2010-09-03 17:33:40 -07:00
s3c-hsotg.c USB: s3c-hsotg: Remove DEBUG define 2010-09-03 17:33:40 -07:00
s3c2410_udc.c USB: s3c2410_udc: be aware of connected gadget driver 2010-07-26 12:00:58 -07:00
s3c2410_udc.h
serial.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
storage_common.c USB: gadget: storage: optional SCSI WRITE FUA bit 2010-08-10 14:35:42 -07:00
u_audio.c
u_audio.h
u_ether.c usb: throw away custom hex digit methods 2010-08-10 14:35:35 -07:00
u_ether.h
u_phonet.h
u_serial.c USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE 2010-08-10 14:35:38 -07:00
u_serial.h
usbstring.c
uvc.h V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h 2010-08-02 16:43:15 -03:00
uvc_queue.c V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host drivers 2010-07-11 17:45:10 -03:00
uvc_queue.h V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host drivers 2010-07-11 17:45:10 -03:00
uvc_v4l2.c USB: uvc_v4l2: cleanup test for end of loop 2010-08-23 20:50:14 -07:00
uvc_video.c V4L/DVB: uvc: Fix multiple symbols definitions with UVC gadget and host drivers 2010-07-11 17:45:10 -03:00
webcam.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00
zero.c USB: gadget: section mismatch warning fixed 2010-08-10 14:35:37 -07:00