From: H Hartley Sweeten Date: Fri, 15 Jan 2010 02:10:07 +0000 (-0700) Subject: HID: hid-debug.c: make local symbols static X-Git-Tag: v2.6.34-rc1~293^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e62da856dba2edb897b672cbd05a69edd4485c;p=pandora-kernel.git HID: hid-debug.c: make local symbols static hid-debug.c: make local symbols static The symbols hid_resolv_event and hid_dump_input_mapping are only used locally in this file. Make them static to prevent the following sparse warnings: warning: symbol 'hid_resolv_event' was not declared. Should it be static? warning: symbol 'hid_dump_input_mapping' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed