]> git.baikalelectronics.ru Git - kernel.git/commit
net: mvpp2: explicitly include linux/interrupt.h
authorAntoine Tenart <antoine.tenart@bootlin.com>
Mon, 9 Jul 2018 15:00:43 +0000 (17:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2018 05:56:52 +0000 (22:56 -0700)
commit185db81c59d9a1ffe2e208dd58725ddaa34ca68c
tree2139e7aa510ca7259326987b0fc39c904d852b7c
parent0c708a8826a748db5138c5c9f925f6f0d8d680d9
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>
drivers/net/ethernet/marvell/mvpp2/mvpp2.h