[PATCH 04/26] net/pxa168_eth: add missing include of interrupt.h
Eric Miao
eric.y.miao at gmail.com
Thu Oct 6 23:48:37 EDT 2011
On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd at arndb.de> wrote:
> interrupt.h is no longer implicitly included here, so manually
> add it instead.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
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
>
>
More information about the linux-arm-kernel
mailing list