]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite51be6546dc5599f02c60b82886c67fc6e15c300
tree2261025456c9a590ac385db33ec5c4d5300e7d3e
parent8e0beaa1eed8a06ba12e70b439860ce787af3c61
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: 8e0beaa1eed8a06ba12e70b439860ce787af3c61 ("HID: google: add support tablet mode switch for Whiskers")
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-google-hammer.c