hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/platform_data/pxa_sdhci.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * include/linux/platform_data/pxa_sdhci.h
34 *
....@@ -5,10 +6,6 @@
56 * Zhangfei Gao <zhangfei.gao@marvell.com>
67 *
78 * PXA Platform - SDHCI platform data definitions
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
129 */
1310
1411 #ifndef _PXA_SDHCI_H_
....@@ -33,8 +30,6 @@
3330 * 1: choose feedback clk + delay value
3431 * 2: choose internal clk
3532 * @clk_delay_enable: enable clk_delay or not, used on pxa910
36
- * @ext_cd_gpio: gpio pin used for external CD line
37
- * @ext_cd_gpio_invert: invert values for external CD gpio line
3833 * @max_speed: the maximum speed supported
3934 * @host_caps: Standard MMC host capabilities bit field.
4035 * @quirks: quirks of platfrom
....@@ -46,8 +41,6 @@
4641 unsigned int clk_delay_cycles;
4742 unsigned int clk_delay_sel;
4843 bool clk_delay_enable;
49
- unsigned int ext_cd_gpio;
50
- bool ext_cd_gpio_invert;
5144 unsigned int max_speed;
5245 u32 host_caps;
5346 u32 host_caps2;