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>
这个提交包含在:
Antoine Tenart
2018-07-09 17:00:43 +02:00
提交者 David S. Miller
父节点 fb8ed3af74
当前提交 b32b088181

查看文件

@@ -12,6 +12,7 @@
#ifndef _MVPP2_H_
#define _MVPP2_H_
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/phy.h>