forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/mach-integrator/integrator_cp.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-integrator/integrator_cp.c
34 *
45 * Copyright (C) 2003 Deep Blue Solutions Ltd
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License.
96 */
107 #include <linux/kernel.h>
118 #include <linux/amba/mmci.h>
....@@ -80,8 +77,6 @@
8077 static struct mmci_platform_data mmc_data = {
8178 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
8279 .status = mmc_status,
83
- .gpio_wp = -1,
84
- .gpio_cd = -1,
8580 };
8681
8782 static u64 notrace intcp_read_sched_clock(void)