HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()
authorJiri Kosina <jkosina@suse.cz>
Tue, 9 Oct 2018 08:43:39 +0000 (10:43 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 9 Oct 2018 08:43:39 +0000 (10:43 +0200)
commit8f35260e0b6cc09d77bcbbc21554342aa79ceb2f
tree2261025456c9a590ac385db33ec5c4d5300e7d3e
parenteb1aac4c8744f75460c34d71b0c73bebf3e8ee5c
HID: google: drop superfluous const before SIMPLE_DEV_PM_OPS()

SIMPLE_DEV_PM_OPS() already implies const for the type; drop the
extra modifier.

Fixes: eb1aac4c8744f75460c34d71b0c73bebf3e8ee5c ("HID: google: add support tablet mode switch for Whiskers")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-google-hammer.c