.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/pcm027.c |
---|
3 | 4 | * Support for the Phytec phyCORE-PXA270 CPU card (aka PCM-027). |
---|
.. | .. |
---|
14 | 15 | * based on Intel Mainstone Board |
---|
15 | 16 | * |
---|
16 | 17 | * 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. |
---|
21 | 18 | */ |
---|
22 | 19 | |
---|
23 | 20 | #include <linux/irq.h> |
---|
.. | .. |
---|
132 | 129 | /* |
---|
133 | 130 | * SPI host and devices |
---|
134 | 131 | */ |
---|
135 | | -static struct pxa2xx_spi_master pxa_ssp_master_info = { |
---|
| 132 | +static struct pxa2xx_spi_controller pxa_ssp_master_info = { |
---|
136 | 133 | .num_chipselect = 1, |
---|
137 | 134 | }; |
---|
138 | 135 | |
---|