ODROID-C5: gki: disable AMLOGIC_GKI_TOOL and fix compile error

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
Change-Id: I1ef1bd80d9aefc4ae7387f9dedb7db91057c406b
This commit is contained in:
2026-04-28 16:13:15 +09:00
committed by Dongjin Kim
parent 74ddbfb0ae
commit 26f3d9df87
46 changed files with 137 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@
#ifndef __GKI_MODULE_AMLOGIC_H
#define __GKI_MODULE_AMLOGIC_H
#ifdef CONFIG_AMLOGIC_GKI_TOOL
#define GKI_MODULE_SETUP_MAGIC1 0x014589cd
#define GKI_MODULE_SETUP_MAGIC2 0x2367abef
@@ -130,4 +131,5 @@ struct param_entry {
extern struct kernel_param_ops key_value_param_ops;
int amlogic_class_debug_create_dir(const struct attribute_group *group, int debug_level);
#endif //CONFIG_AMLOGIC_GKI_TOOL
#endif //__GKI_MODULE_AMLOGIC_H