ide: sgiioc4: Staticize ioc4_ide_attach_one()
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 Aug 2013 05:17:55 +0000 (14:17 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2013 19:21:30 +0000 (15:21 -0400)
commit64110c16e012547d5c9ab71f8afd3bab025f1103
treecb7eea20661a9974d2e972cac7ed3d8535119323
parent70ddce832a964f5fc570b585a18d301a8ee59790
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 <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/sgiioc4.c