Skip to content

Commit 4e86d3c

Browse files
committed
Merge branch 'dsa-mv88e6xxx-move-registers-macros'
Vivien Didelot says: ==================== net: dsa: mv88e6xxx: move registers macros This patchset brings no functional changes. It is the first step of a cleanup renaming the chip header file and moving the Register definitions _as is_ in their proper header files. A following patchset will prefix them with the appropriate model (MV88E6XXX_ or e.g. MV88E6390_) to respect an implicit namespace and easily identify model subtleties in registers layout, as correctly done in the newly added serdes.h header. ==================== Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2 parents 2d9888c + d23a83f commit 4e86d3c

File tree

15 files changed

+944
-941
lines changed

15 files changed

+944
-941
lines changed

drivers/net/dsa/mv88e6xxx/chip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <linux/phy.h>
3434
#include <net/dsa.h>
3535

36-
#include "mv88e6xxx.h"
36+
#include "chip.h"
3737
#include "global1.h"
3838
#include "global2.h"
3939
#include "phy.h"

0 commit comments

Comments
 (0)