forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/input/touchscreen/gt9xx/gt9xx_firmware.h
....@@ -15,7 +15,7 @@
1515 #define _GT9XX_FIRMWARE_H_
1616
1717 #if GTP_HEADER_FW_UPDATE
18
-unsigned char gtp_default_FW[] = {
18
+static unsigned char gtp_default_FW[] = {
1919 };
2020 #endif
2121
....@@ -26,7 +26,7 @@
2626 *[GENERATED]2014/01/20 17:37:45
2727 */
2828 #if GTP_COMPATIBLE_MODE
29
-unsigned char gtp_default_FW_fl[] = {
29
+static unsigned char gtp_default_FW_fl[] = {
3030 0x00, 0x90, 0x06, 0x00, 0x39, 0x31, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x80, 0x00,
3131 0x55, 0x40, 0xa4, 0x28, 0xb3, 0x26, 0x69, 0xf0, 0x0c, 0xc1, 0x00, 0x62, 0x72, 0xed, 0x88, 0x5c,
3232 0x4f, 0x41, 0xf0, 0x90, 0x24, 0xbf, 0x32, 0xe0, 0x1d, 0xc9, 0xdf, 0xf2, 0x53, 0x73, 0x01, 0x20,