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)
commit27362d467b3d9955f6ae1737002dac8c0f99fdc7
treee865810add690d926f2e99baf946f6903c93449a
parentc851e83f00f6d343ff7e7405f6f50eb3ba288a2c
USB: ehci-s5p : 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/ehci-s5p.c