From: Jingoo Han Date: Thu, 8 Aug 2013 08:36:27 +0000 (+0900) Subject: serial: ioc4_serial: Staticize ioc4_serial_attach_one() X-Git-Tag: v3.12-rc1~182^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1053f4da626374ae5f4695a62e2814584c2bc2e2;p=pandora-kernel.git serial: ioc4_serial: Staticize ioc4_serial_attach_one() ioc4_serial_attach_one() is used only in this file. Also, ioc4_serial is not used; it can be removed. Fix the following sparse warnings: drivers/tty/serial/ioc4_serial.c:300:3: warning: symbol 'ioc4_serial' was not declared. Should it be static? drivers/tty/serial/ioc4_serial.c:2771:1: warning: symbol 'ioc4_serial_attach_one' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Patrick Gefre Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed