You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
net: pxa168_eth: Fix providing of phy_interface mode on platform_data
Do not add phy include to the board file but platform_data include instead. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b02241755d
commit
95f259ca3b
@@ -12,7 +12,6 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio-pxa.h>
|
||||
#include <linux/phy.h>
|
||||
|
||||
#include <asm/mach/arch.h>
|
||||
#include <asm/mach-types.h>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#ifndef __LINUX_PXA168_ETH_H
|
||||
#define __LINUX_PXA168_ETH_H
|
||||
|
||||
#include <linux/phy.h>
|
||||
|
||||
struct pxa168_eth_platform_data {
|
||||
int port_number;
|
||||
int phy_addr;
|
||||
|
||||
Reference in New Issue
Block a user