2007-08-01 17:54:12

by Michal Piotrowski

[permalink] [raw]
Subject: [RFC][PATCH] Removal of duplicated include arch/x86_64/kernel/pci-calgary.c

Hi,

There is no need to include linux/init.h twice

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <[email protected]>

--- linux-mm-clean/arch/x86_64/kernel/pci-calgary.c 2007-08-01 16:39:29.000000000 +0200
+++ linux-mm/arch/x86_64/kernel/pci-calgary.c 2007-08-01 18:23:45.000000000 +0200
@@ -30,7 +30,6 @@
#include <linux/spinlock.h>
#include <linux/string.h>
#include <linux/dma-mapping.h>
-#include <linux/init.h>
#include <linux/bitops.h>
#include <linux/pci_ids.h>
#include <linux/pci.h>


2007-08-02 05:54:14

by Muli Ben-Yehuda

[permalink] [raw]
Subject: Re: [RFC][PATCH] Removal of duplicated include arch/x86_64/kernel/pci-calgary.c

On Wed, Aug 01, 2007 at 07:53:15PM +0200, Michal Piotrowski wrote:
> Hi,
>
> There is no need to include linux/init.h twice

Thanks, looks good. Will be pushed for 2.6.24.

Cheers,
Muli