hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-pxa/idp.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-pxa/idp.c
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 *
85 * Copyright (c) 2001 Cliff Brake, Accelent Systems Inc.
96 *
....@@ -13,7 +10,6 @@
1310 * 2005-02-15: Cliff Brake <cliff.brake@gmail.com>
1411 * <http://www.vibren.com> <http://bec-systems.com>
1512 * Updated for 2.6 kernel
16
- *
1713 */
1814
1915 #include <linux/init.h>
....@@ -160,9 +156,6 @@
160156
161157 static struct pxamci_platform_data idp_mci_platform_data = {
162158 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
163
- .gpio_card_detect = -1,
164
- .gpio_card_ro = -1,
165
- .gpio_power = -1,
166159 };
167160
168161 static void __init idp_init(void)