From: Jingoo Han Date: Wed, 7 Aug 2013 05:17:55 +0000 (+0900) Subject: ide: sgiioc4: Staticize ioc4_ide_attach_one() X-Git-Tag: v3.12-rc1~130^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64110c16e012547d5c9ab71f8afd3bab025f1103;p=pandora-kernel.git ide: sgiioc4: Staticize ioc4_ide_attach_one() ioc4_ide_attach_one() is used only in this file. Fix the following sparse warnings: drivers/ide/sgiioc4.c:603:5: warning: symbol 'ioc4_ide_attach_one' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: David S. Miller --- Reading git-diff-tree failed