From: Chris Rorvick Date: Wed, 5 Nov 2014 01:18:54 +0000 (-0600) Subject: usb: Remove __init from early_dbgp_init() prototype X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a27eab6f94e15fa30f7662af00fbec50526f4a;p=pandora-kernel.git usb: Remove __init from early_dbgp_init() prototype Specifying these attributes in both the prototype and the function definition is unnecessary and could cause confusion or bugs if they are inconsistent. As such, __init should only be specified at the function definition. Keith Owens suggested this as a janitorial task on LKML several years ago: https://lkml.org/lkml/2006/1/14/305 Signed-off-by: Chris Rorvick Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed