diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2017-06-02 17:06:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-04 20:07:41 -0400 |
commit | e097097b2738ba7c6fa26629faa561021f03fa42 (patch) | |
tree | c854e0546748927b6b96f5426aa6163d83879f74 /drivers/net/dsa/mv88e6xxx/global2.c | |
parent | d2a160b5a70990361c3045f0fec74aad188b3f7c (diff) | |
download | linux-e097097b2738ba7c6fa26629faa561021f03fa42.tar.gz |
net: dsa: mv88e6xxx: move the Global 1 macros
Move the GLOBAL_* macros where they belong, in the related global1.h
header. Include it in global2.c which uses GLOBAL_STATUS_IRQ_DEVICE.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/global2.c')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/global2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/global2.c b/drivers/net/dsa/mv88e6xxx/global2.c index 0defce71e381..538a8a27d912 100644 --- a/drivers/net/dsa/mv88e6xxx/global2.c +++ b/drivers/net/dsa/mv88e6xxx/global2.c @@ -17,6 +17,7 @@ #include <linux/irqdomain.h> #include "chip.h" +#include "global1.h" /* for GLOBAL_STATUS_IRQ_DEVICE */ #include "global2.h" #define ADDR_GLOBAL2 0x1c |