mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
39e602cd1b
PD#SWPL-221547 Problem: update include/linux/upstream_version.h fix conflict Solution: AML_KERNEL_VERSION 9 UPSTREAM_VERSION "eb58d7821a70" AML_PATCH_VERSION "eb58d7821a70" MERGE_DATE "2025-07-18" Verify: local Change-Id: I7e188c33c2f4213bad29bf25e1e8425c921ce535 Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
15 lines
334 B
C
15 lines
334 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _LINUX_UPSTREAM_VERSION_H
|
|
#define _LINUX_UPSTREAM_VERSION_H
|
|
|
|
#define AML_KERNEL_VERSION 9
|
|
#define UPSTREAM_VERSION "eb58d7821a70"
|
|
#define AML_PATCH_VERSION "eb58d7821a70"
|
|
#define MERGE_DATE "2025-07-18"
|
|
|
|
#endif
|