From 64110c16e012547d5c9ab71f8afd3bab025f1103 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 7 Aug 2013 14:17:55 +0900 Subject: [PATCH] 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-format-patch failed