summaryrefslogtreecommitdiffstats
path: root/drivers/hid/amd-sfh-hid/amd_sfh_common.h
diff options
context:
space:
mode:
authorBasavaraj Natikar <Basavaraj.Natikar@amd.com>2022-07-12 20:18:34 +0200
committerJiri Kosina <jkosina@suse.cz>2022-07-21 13:43:59 +0200
commite7f535eaf08f1ea7d8f4ad7c2de2de25d927fd38 (patch)
treed4a84443249af276d8443cabb415df5fd298dc02 /drivers/hid/amd-sfh-hid/amd_sfh_common.h
parentHID: amd_sfh: Move global functions to static (diff)
downloadlinux-e7f535eaf08f1ea7d8f4ad7c2de2de25d927fd38.tar.xz
linux-e7f535eaf08f1ea7d8f4ad7c2de2de25d927fd38.zip
HID: amd_sfh: Move amd_sfh_work to common interface
amd_sfh_work can be used in multiple files to support all AMD SOCs. Hence move amd_sfh_work to common interface. Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/amd-sfh-hid/amd_sfh_common.h')
-rw-r--r--drivers/hid/amd-sfh-hid/amd_sfh_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/amd-sfh-hid/amd_sfh_common.h b/drivers/hid/amd-sfh-hid/amd_sfh_common.h
index afecf7d2bebe..b3dd758ecca4 100644
--- a/drivers/hid/amd-sfh-hid/amd_sfh_common.h
+++ b/drivers/hid/amd-sfh-hid/amd_sfh_common.h
@@ -64,4 +64,6 @@ struct amd_mp2_ops {
struct amd_input_data *in_data);
};
+void amd_sfh_work(struct work_struct *work);
+void amd_sfh_work_buffer(struct work_struct *work);
#endif