Re: [PATCH] net: dsa: mv88e6xxx: Move forward declaration to where it is needed

2017-02-08 Thread David Miller
From: Andrew Lunn Date: Wed, 8 Feb 2017 01:40:01 +0100 > Move it out from the middle for the #defines to just before it is > needed. > > Signed-off-by: Andrew Lunn This looks like net-next material to me, but this patch doesn't apply there.

Re: [PATCH] net: dsa: mv88e6xxx: Move forward declaration to where it is needed

2017-02-08 Thread Vivien Didelot
Hi Andrew, Andrew Lunn writes: > Move it out from the middle for the #defines to just before it is > needed. > > Signed-off-by: Andrew Lunn Reviewed-by: Vivien Didelot Thanks, Vivien

[PATCH] net: dsa: mv88e6xxx: Move forward declaration to where it is needed

2017-02-07 Thread Andrew Lunn
Move it out from the middle for the #defines to just before it is needed. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h in