From: H Hartley Sweeten Date: Mon, 17 Aug 2009 22:37:18 +0000 (-0700) Subject: HID: local function should be static X-Git-Tag: v2.6.32-rc1~687^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52cfc61bf95262d55bc00063d7597e5e008fa22e;p=pandora-kernel.git HID: local function should be static __usbhid_submit_report() is a local function wrapped by the exported symbol usbhid_submit_report(). As such, it should be static. Signed-off-by: H Hartley Sweeten Cc: Jiri Kosina Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed