.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/trizeps4.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Author: Jürgen Schindele |
---|
7 | 8 | * Created: 20 02, 2006 |
---|
8 | 9 | * Copyright: Jürgen Schindele |
---|
9 | | - * |
---|
10 | | - * This program is free software; you can redistribute it and/or modify |
---|
11 | | - * it under the terms of the GNU General Public License version 2 as |
---|
12 | | - * published by the Free Software Foundation. |
---|
13 | 10 | */ |
---|
14 | 11 | |
---|
15 | 12 | #include <linux/init.h> |
---|
.. | .. |
---|
35 | 32 | #include <asm/memory.h> |
---|
36 | 33 | #include <asm/mach-types.h> |
---|
37 | 34 | #include <asm/irq.h> |
---|
38 | | -#include <asm/sizes.h> |
---|
| 35 | +#include <linux/sizes.h> |
---|
39 | 36 | |
---|
40 | 37 | #include <asm/mach/arch.h> |
---|
41 | 38 | #include <asm/mach/map.h> |
---|
.. | .. |
---|
355 | 352 | .exit = trizeps4_mci_exit, |
---|
356 | 353 | .get_ro = NULL, /* write-protection not supported */ |
---|
357 | 354 | .setpower = NULL, /* power-switching not supported */ |
---|
358 | | - .gpio_card_detect = -1, |
---|
359 | | - .gpio_card_ro = -1, |
---|
360 | | - .gpio_power = -1, |
---|
361 | 355 | }; |
---|
362 | 356 | |
---|
363 | 357 | /**************************************************************************** |
---|