summaryrefslogtreecommitdiff
path: root/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp
diff options
context:
space:
mode:
authorShiyong Li <shiyongli@google.com>2022-07-23 04:52:19 +0000
committerShiyong Li <shiyongli@google.com>2022-07-26 01:56:36 +0000
commitbe7e4ea27ec55a7bafdc6ba7dae0bc3f33a90268 (patch)
treebe236e79ee2f9b313b01f4f405496e0e913597d1 /libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp
parentb0774eb66879cd8d6bf8cf543f47531bf9bdb3c4 (diff)
Use namespace to identify the predefined array per SOC
Bug: 228647959 Signed-off-by: Shiyong Li <shiyongli@google.com> Change-Id: I2442cbf1ae2e589795630ce9f5279f0dc640c29c
Diffstat (limited to 'libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp')
-rw-r--r--libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp b/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp
index eb54aca..fd200e3 100644
--- a/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp
+++ b/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp
@@ -27,9 +27,7 @@
#include "ExynosResourceManager.h"
#include "ExynosResourceRestriction.h"
-#ifndef USE_MODULE_ATTR
-extern feature_support_t feature_table[];
-#endif
+using namespace SOC_VERSION;
void ExynosDeviceInterface::printDppRestriction(struct hwc_dpp_ch_restriction res)
{