Skip to content

Commit

Permalink
ide: remove needless includes from ide-dma.c
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Oct 13, 2008
1 parent 2bbd57c commit c19f7f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/ide/ide-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 [] = {

Expand Down

0 comments on commit c19f7f2

Please sign in to comment.