summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-core.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2012-01-09 11:24:59 +0100
committerJiri Kosina <jkosina@suse.cz>2012-01-09 11:24:59 +0100
commit420174afdc7023c000e5b5b1b6fe9e028470c713 (patch)
treea50385761d11bef88689c53317d52f431bab3f9a /drivers/hid/hid-core.c
parente0273728564a395a13cfed70e34da4f2613d2d44 (diff)
parent652aa6a9ac4a5f8d3e1fa3f6466646519e83c01e (diff)
Merge branch 'hid-battery' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into for-linus
Diffstat (limited to 'drivers/hid/hid-core.c')
-rw-r--r--drivers/hid/hid-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index b88ae113d367..af08ce7207d9 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1159,7 +1159,7 @@ static bool hid_match_one_id(struct hid_device *hdev,
(id->product == HID_ANY_ID || id->product == hdev->product);
}
-static const struct hid_device_id *hid_match_id(struct hid_device *hdev,
+const struct hid_device_id *hid_match_id(struct hid_device *hdev,
const struct hid_device_id *id)
{
for (; id->bus; id++)