haptic: Fix incorrect module naming 95/309395/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:06:11 +0000 (18:06 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 09:06:11 +0000 (18:06 +0900)
commit3fd73febdf40d5ee1d7f0b372e5069c8bd00863b
tree1bc7b6dcc51c7fc2d1cae398223349a52054fa56
parent5a07b341eecfabfa0992f0c68deb1905ec5d813e
haptic: Fix incorrect module naming

According to HAL API Prototype rule,
hal module funcs structure naming should be hal_backend_[module]_funcs.
However, the hal module name was being used incorrectly.
Actual module name is not "haptic" but "device-haptic".

Change-Id: Ic768551603aaa7326153bf3d747ecbc331aa20ff
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
hw/haptic/gpio.c