Re: [PATCH 04/26] net/pxa168_eth: add missing include of interrupt.h

From: Eric Miao
Date: Thu Oct 06 2011 - 23:49:02 EST


On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> interrupt.h is no longer implicitly included here, so manually
> add it instead.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied.

> ---
> Âdrivers/net/pxa168_eth.c | Â Â1 +
> Â1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c
> index 1a3033d..d5a6cfc 100644
> --- a/drivers/net/pxa168_eth.c
> +++ b/drivers/net/pxa168_eth.c
> @@ -41,6 +41,7 @@
> Â#include <linux/phy.h>
> Â#include <linux/io.h>
> Â#include <linux/types.h>
> +#include <linux/interrupt.h>
> Â#include <asm/pgtable.h>
> Â#include <asm/system.h>
> Â#include <asm/cacheflush.h>
> --
> 1.7.5.4
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/