From: Michal Nazarewicz Date: Wed, 5 May 2010 10:53:13 +0000 (+0200) Subject: USB: gadget: __init and __exit tags removed X-Git-Tag: v2.6.35-rc1~471^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28824b18ac4705e876a282a15ea0de8fc957551f;p=pandora-kernel.git USB: gadget: __init and __exit tags removed __init, __initdata and __exit tags have have been removed from various files to make it possible for gadgets that do not use the __init/__exit tags to use those. Files in question are related to: * the core composite framework, * the mass storage function (fixing a section mismatch) and * ethernet driver (ACM, ECM, RNDIS). Signed-off-by: Michal Nazarewicz Cc: Kyungmin Park Cc: Marek Szyprowski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed