mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
0191da66bc
PD#SWPL-223950 Problem: update include/linux/upstream_version.h fix conflict Solution: AML_KERNEL_VERSION 10 UPSTREAM_VERSION "dd35623c836a" AML_PATCH_VERSION "dd35623c836a" MERGE_DATE "2025-07-25" Verify: local Change-Id: Id6c57206aa49ec95667f25c936a69956bece6c4f Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
15 lines
335 B
C
15 lines
335 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 10
|
|
#define UPSTREAM_VERSION "dd35623c836a"
|
|
#define AML_PATCH_VERSION "dd35623c836a"
|
|
#define MERGE_DATE "2025-07-25"
|
|
|
|
#endif
|