[PATCH 5/8] ide: remove needless includes from ide-dma.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bartlomiej Zolnierkiewicz
Date: Tuesday, September 2, 2008 - 12:47 pm

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
 drivers/ide/ide-dma.c |    8 --------
 1 file changed, 8 deletions(-)

Index: b/drivers/ide/ide-dma.c
===================================================================
--- a/drivers/ide/ide-dma.c
+++ b/drivers/ide/ide-dma.c
@@ -28,21 +28,13 @@
  * for supplying a Promise UDMA board & WD UDMA drive for this work!
  */
 
-#include <linux/module.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
-#include <linux/timer.h>
-#include <linux/mm.h>
-#include <linux/interrupt.h>
-#include <linux/pci.h>
-#include <linux/init.h>
 #include <linux/ide.h>
-#include <linux/delay.h>
 #include <linux/scatterlist.h>
 #include <linux/dma-mapping.h>
 
 #include <asm/io.h>
-#include <asm/irq.h>
 
 static const struct drive_list_entry drive_whitelist [] = {
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/8] ide: __ide_dma_end() -&gt; ide_dma_end(), Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 2/8] ide: make ide_dma_lost_irq() available also fo ..., Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 3/8] ide: make ide_dma_timeout() available also for ..., Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 4/8] ide: switch to DMA-mapping API part 2, Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 5/8] ide: remove needless includes from ide-dma.c, Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 6/8] ide: cleanup ide_build_dmatable(), Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 7/8] ide: cleanup ide-dma.c, Bartlomiej Zolnierki ..., (Tue Sep 2, 12:47 pm)
[PATCH 8/8] ide: move SFF DMA code to ide-dma-sff.c, Bartlomiej Zolnierki ..., (Tue Sep 2, 12:48 pm)
Re: [PATCH 1/8] ide: __ide_dma_end() -&gt; ide_dma_end(), Sergei Shtylyov, (Tue Sep 2, 2:38 pm)