From: Jingoo Han Date: Thu, 14 Apr 2011 12:09:37 +0000 (+0900) Subject: USB: ohci-s3c2410: use __devinit and __devexit macros for probe and remove X-Git-Tag: v3.0-rc1~337^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7f84331c21408fecc872aaabc41c7b97fe15ae4;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed