forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/x86/platform/intel-mid/intel-mid.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * intel-mid.c: Intel MID platform setup code
34 *
45 * (C) Copyright 2008, 2012 Intel Corporation
56 * Author: Jacob Pan (jacob.jun.pan@intel.com)
67 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.com>
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License
10
- * as published by the Free Software Foundation; version 2
11
- * of the License.
128 */
139
1410 #define pr_fmt(fmt) "intel_mid: " fmt