[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46A9F471.1020504@garzik.org>
Date: Fri, 27 Jul 2007 09:34:41 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Al Viro <viro@....linux.org.uk>
CC: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rip some includes from linux/interrupt.h
Al Viro wrote:
> Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
> ---
> diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
> index 0a3c2eb..5523f19 100644
> --- a/include/linux/interrupt.h
> +++ b/include/linux/interrupt.h
> @@ -11,8 +11,6 @@
> #include <linux/hardirq.h>
> #include <linux/sched.h>
> #include <linux/irqflags.h>
> -#include <linux/bottom_half.h>
> -#include <linux/device.h>
> #include <asm/atomic.h>
> #include <asm/ptrace.h>
> #include <asm/system.h>
> @@ -97,6 +95,8 @@ extern int __must_check request_irq(unsigned int, irq_handler_t handler,
> unsigned long, const char *, void *);
> extern void free_irq(unsigned int, void *);
>
> +struct device;
> +
> extern int __must_check devm_request_irq(struct device *dev, unsigned int irq,
> irq_handler_t handler, unsigned long irqflags,
> const char *devname, void *dev_id);
> diff --git a/kernel/irq/devres.c b/kernel/irq/devres.c
> index d8ee241..6d9204f 100644
> --- a/kernel/irq/devres.c
> +++ b/kernel/irq/devres.c
> @@ -1,5 +1,6 @@
> #include <linux/module.h>
> #include <linux/interrupt.h>
> +#include <linux/device.h>
ACK
Thanks for the devres.c patch, that was on my TODO list. Caught that
when I backported SATA into Red Hat's kernel.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists