/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ETH_H__ #define __ASM_SH_ETH_H__ #include <linux/phy.h> #include <linux/if_ether.h> struct sh_eth_plat_data { … }; #endif
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ETH_H__ #define __ASM_SH_ETH_H__ #include <linux/phy.h> #include <linux/if_ether.h> struct sh_eth_plat_data { … }; #endif