]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ohci-s3c2410: use __devinit and __devexit macros for probe and remove
authorJingoo Han <jg1.han@samsung.com>
Thu, 14 Apr 2011 12:09:37 +0000 (21:09 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 30 Apr 2011 00:24:36 +0000 (17:24 -0700)
commit3722ff740c86a8fefab745fbd1c610ef50767a2c
tree7303b5423c0524f603bcc8066088515effc5e81c
parentd2a1ffc2da7d25011a814bfed9e209b4d96faa38
USB: ohci-s3c2410: use __devinit and __devexit macros for probe and remove

The __devinit and __devexit macros were added to probe and remove
functions. The macros move the probe and remove functions to the
devinit and devexit sections.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-s3c2410.c