From: Jingoo Han Date: Mon, 9 May 2011 06:28:39 +0000 (+0900) Subject: USB: ehci-s5p : use __devinit and __devexit macros for probe and remove X-Git-Tag: v3.0-rc1~337^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27362d467b3d9955f6ae1737002dac8c0f99fdc7;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed