display: Fix incorrect module naming 87/309387/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 08:28:23 +0000 (17:28 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 08:28:23 +0000 (17:28 +0900)
commitad3fe20420fbd86480f4bf0f7db9a9332b089b17
treeb97bd4b14add5d6f1a3c74b04d903c625780be75
parent9993612d423071117c91ce5016dbfe1457bc1d2c
display: 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 "display" but "device-display".

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