mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
098108a06e
PD#SWPL-67677 Problem: modify the code to meet the checkpatch requirements Solution: 1. modify code style 2. export cpuinfo_get_chipid 3. print cpuinfo_chip_id Verify: s4d Change-Id: I23db8e3efaf1d634a88d2970c1f183b9fad21b22 Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
7 lines
169 B
C
7 lines
169 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include <linux/amlogic/media/registers/cpu_version.h>
|