forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-pxa/pcm027.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-pxa/pcm027.c
34 * Support for the Phytec phyCORE-PXA270 CPU card (aka PCM-027).
....@@ -14,10 +15,6 @@
1415 * based on Intel Mainstone Board
1516 *
1617 * Copyright 2007 Juergen Beisert @ Pengutronix (j.beisert@pengutronix.de)
17
- *
18
- * This program is free software; you can redistribute it and/or modify
19
- * it under the terms of the GNU General Public License version 2 as
20
- * published by the Free Software Foundation.
2118 */
2219
2320 #include <linux/irq.h>
....@@ -132,7 +129,7 @@
132129 /*
133130 * SPI host and devices
134131 */
135
-static struct pxa2xx_spi_master pxa_ssp_master_info = {
132
+static struct pxa2xx_spi_controller pxa_ssp_master_info = {
136133 .num_chipselect = 1,
137134 };
138135