staging: et131x: move et1310_address_map.h contents into et131x.h
Move et1310_address_map.h register defines into et131x.h and delete et1310_address_map.h Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bd156af600
commit
01df6aa263
6 changed files with 1370 additions and 1442 deletions
File diff suppressed because it is too large
Load diff
|
@ -61,8 +61,6 @@
|
|||
#ifndef _ET1310_PHY_H_
|
||||
#define _ET1310_PHY_H_
|
||||
|
||||
#include "et1310_address_map.h"
|
||||
|
||||
/*
|
||||
* Defines for generic MII registers 0x00 -> 0x0F can be found in
|
||||
* include/linux/mii.h
|
||||
|
|
|
@ -61,8 +61,6 @@
|
|||
#ifndef __ET1310_RX_H__
|
||||
#define __ET1310_RX_H__
|
||||
|
||||
#include "et1310_address_map.h"
|
||||
|
||||
#define USE_FBR0 true
|
||||
|
||||
#ifdef USE_FBR0
|
||||
|
|
|
@ -85,7 +85,6 @@
|
|||
|
||||
#include "et1310_phy.h"
|
||||
#include "et131x_adapter.h"
|
||||
#include "et1310_address_map.h"
|
||||
#include "et1310_tx.h"
|
||||
#include "et1310_rx.h"
|
||||
#include "et131x.h"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -61,7 +61,6 @@
|
|||
#ifndef __ET131X_ADAPTER_H__
|
||||
#define __ET131X_ADAPTER_H__
|
||||
|
||||
#include "et1310_address_map.h"
|
||||
#include "et1310_tx.h"
|
||||
#include "et1310_rx.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue