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:
Родитель
b02241755d
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче