forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/x86/platform/ce4100/ce4100.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Intel CE4100 platform specific setup code
34 *
45 * (C) Copyright 2010 Intel Corporation
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; version 2
9
- * of the License.
106 */
117 #include <linux/init.h>
128 #include <linux/kernel.h>
....@@ -84,7 +80,7 @@
8480 }
8581
8682 static void ce4100_serial_fixup(int port, struct uart_port *up,
87
- u32 *capabilites)
83
+ u32 *capabilities)
8884 {
8985 #ifdef CONFIG_EARLY_PRINTK
9086 /*
....@@ -111,7 +107,7 @@
111107 up->serial_in = ce4100_mem_serial_in;
112108 up->serial_out = ce4100_mem_serial_out;
113109
114
- *capabilites |= (1 << 12);
110
+ *capabilities |= (1 << 12);
115111 }
116112
117113 static __init void sdv_serial_fixup(void)