Skip to content

Commit b32b088

Browse files
atenartdavem330
authored andcommitted
net: mvpp2: explicitly include linux/interrupt.h
The Marvell PPv2 driver uses interrupts and tasklet but does not explicitly include linux/interrupt.h, relying on implicit includes. This one particularly is included by chance after a long unlogical chain of inclusions. Fix this so we do not get future build breaks. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent fb8ed3a commit b32b088

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/marvell/mvpp2

1 file changed

+1
-0
lines changed

drivers/net/ethernet/marvell/mvpp2/mvpp2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#ifndef _MVPP2_H_
1313
#define _MVPP2_H_
1414

15+
#include <linux/interrupt.h>
1516
#include <linux/kernel.h>
1617
#include <linux/netdevice.h>
1718
#include <linux/phy.h>

0 commit comments

Comments
 (0)