diff options
| author | Andrew Lunn <andrew@lunn.ch> | 2018-04-18 19:02:59 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-04-19 15:59:11 -0400 |
| commit | 0207dd1173fe31c153ffd439c4bb33d1341829b1 (patch) | |
| tree | 8ce7e96850d9073368e72c8f89133ceb90931bf1 /include/linux/platform_data | |
| parent | fb78a95e22123da57cb79b98bdc62eb33965ca8a (diff) | |
net: phy: mdio-gpio: Remove redundant platform data header
The platform data header file is now unused. Remove it, but add
an extra include which it brought in.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mdio-gpio.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/platform_data/mdio-gpio.h b/include/linux/platform_data/mdio-gpio.h deleted file mode 100644 index bd91fa98a3aa..000000000000 --- a/include/linux/platform_data/mdio-gpio.h +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * MDIO-GPIO bus platform data structures | ||
| 3 | * | ||
| 4 | * Copyright (C) 2008, Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | ||
| 5 | * | ||
| 6 | * This file is licensed under the terms of the GNU General Public License | ||
| 7 | * version 2. This program is licensed "as is" without any warranty of any | ||
| 8 | * kind, whether express or implied. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef __LINUX_MDIO_GPIO_H | ||
| 12 | #define __LINUX_MDIO_GPIO_H | ||
| 13 | |||
| 14 | #include <linux/mdio-bitbang.h> | ||
| 15 | |||
| 16 | struct mdio_gpio_platform_data { | ||
| 17 | /* GPIO numbers for bus pins */ | ||
| 18 | struct gpio_desc *mdc; | ||
| 19 | struct gpio_desc *mdio; | ||
| 20 | struct gpio_desc *mdo; | ||
| 21 | }; | ||
| 22 | |||
| 23 | #endif /* __LINUX_MDIO_GPIO_H */ | ||
