summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-03-19 04:30:00 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-19 04:30:00 +0300
commit2839841f8e8fb18392c0a4a3e96bb597c9bccbfb (patch)
treec40692a99aaccfb9f12e45877e4a3b3ecd3c69a5 /include
parentec03006a11c2dd762af0cd491ec1b410839ba931 (diff)
parent356d4fbcf3defaff0f98d2b6b54f3b26f0ff189d (diff)
downloadlinux-2839841f8e8fb18392c0a4a3e96bb597c9bccbfb.tar.xz
Merge branch 'net-mdio-gpio-remove-unneeded-headers'
Bartosz Golaszewski says: ==================== net: mdio-gpio: remove unneeded headers This removes linux/mdio-gpio.h and linux/platform_data/mdio-gpio.h as they are not needed due to the symbols either being used by the mdio-gpio module alone or not used at all. ==================== Link: https://patch.msgid.link/20260316-gpio-mdio-hdr-cleanup-v1-0-2df696f74728@oss.qualcomm.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mdio-gpio.h9
-rw-r--r--include/linux/platform_data/mdio-gpio.h14
2 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/mdio-gpio.h b/include/linux/mdio-gpio.h
deleted file mode 100644
index cea443a672cb..000000000000
--- a/include/linux/mdio-gpio.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __LINUX_MDIO_GPIO_H
-#define __LINUX_MDIO_GPIO_H
-
-#define MDIO_GPIO_MDC 0
-#define MDIO_GPIO_MDIO 1
-#define MDIO_GPIO_MDO 2
-
-#endif
diff --git a/include/linux/platform_data/mdio-gpio.h b/include/linux/platform_data/mdio-gpio.h
deleted file mode 100644
index 13874fa6e767..000000000000
--- a/include/linux/platform_data/mdio-gpio.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * MDIO-GPIO bus platform data structure
- */
-
-#ifndef __LINUX_MDIO_GPIO_PDATA_H
-#define __LINUX_MDIO_GPIO_PDATA_H
-
-struct mdio_gpio_platform_data {
- u32 phy_mask;
- u32 phy_ignore_ta_mask;
-};
-
-#endif /* __LINUX_MDIO_GPIO_PDATA_H */