From: Axel Lin Date: Thu, 21 Jul 2011 07:21:33 +0000 (+0800) Subject: HID: prodikeys: make needlessly global symbols static X-Git-Tag: v3.1-rc1~309^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c79818ac6e36e304a01ea2fb6be6e14a545bcf;p=pandora-kernel.git HID: prodikeys: make needlessly global symbols static The following symbols are not referenced outside this file so there's no need for it to be in the global name space. pcmidi_sustained_note_release init_sustain_timers stop_sustain_timers pcmidi_handle_report pcmidi_setup_extra_keys pcmidi_snd_initialise pcmidi_snd_terminate Make them static. Signed-off-by: Axel Lin Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed