summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/eth-ep93xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/eth-ep93xx.h')
-rw-r--r--include/linux/platform_data/eth-ep93xx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/platform_data/eth-ep93xx.h b/include/linux/platform_data/eth-ep93xx.h
deleted file mode 100644
index 8eef637a804d..000000000000
--- a/include/linux/platform_data/eth-ep93xx.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _LINUX_PLATFORM_DATA_ETH_EP93XX
-#define _LINUX_PLATFORM_DATA_ETH_EP93XX
-
-struct ep93xx_eth_data {
- unsigned char dev_addr[6];
- unsigned char phy_id;
-};
-
-#endif