linux_dsm_epyc7002/drivers/hid
Jiri Kosina ae2f007468 HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set
There is no point of having hid_reset_resume() when CONFIG_PM is
not set, and even the corresponding .reset_resume pointer in hid_driver
struct is properly ifdefed.

Move the definition into the ifdef CONFIG_PM part of the source to avoid

drivers/hid/usbhid/hid-core.c:1337: warning: 'hid_reset_resume' defined but not used

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-03-25 17:57:58 +01:00
..
usbhid HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set 2009-03-25 17:57:58 +01:00
hid-a4tech.c
hid-apple.c
hid-belkin.c
hid-cherry.c
hid-chicony.c
hid-core.c HID: autosuspend support for USB HID 2009-03-25 17:57:57 +01:00
hid-cypress.c
hid-debug.c
hid-dummy.c
hid-ezkey.c
hid-gaff.c
hid-gyration.c
hid-ids.h HID: blacklist Powercom USB UPS 2009-02-17 13:25:01 +01:00
hid-input.c
hid-lg2ff.c
hid-lg.c
hid-lg.h
hid-lgff.c
hid-microsoft.c
hid-monterey.c
hid-ntrig.c
hid-petalynx.c
hid-pl.c
hid-samsung.c
hid-sony.c
hid-sunplus.c
hid-tmff.c
hid-topseed.c
hid-zpff.c
hidraw.c HID: autosuspend support for USB HID 2009-03-25 17:57:57 +01:00
Kconfig
Makefile