USB: ehci-s5p : use __devinit and __devexit macros for probe and remove
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 May 2011 06:28:39 +0000 (15:28 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 May 2011 21:14:59 +0000 (14:14 -0700)
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/ehci-s5p.c

Simple merge