From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: mvpp2: explicitly include linux/interrupt.h Date: Wed, 11 Jul 2018 22:57:03 -0700 (PDT) Message-ID: <20180711.225703.1351094529124837117.davem@davemloft.net> References: <20180709150043.13737-1-antoine.tenart@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, maxime.chevallier@bootlin.com, gregory.clement@bootlin.com, miquel.raynal@bootlin.com, nadavh@marvell.com, stefanc@marvell.com, ymarkman@marvell.com, mw@semihalf.com To: antoine.tenart@bootlin.com Return-path: In-Reply-To: <20180709150043.13737-1-antoine.tenart@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Antoine Tenart Date: Mon, 9 Jul 2018 17:00:43 +0200 > 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 Applied.