Skip to content

Commit

Permalink
ide: remove needless includes from setup-pci.c (take 2)
Browse files Browse the repository at this point in the history
v2:
* sparc build fix. (From Stephen Rothwell)

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent ad15e9f commit ff23712
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/ide/setup-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@
* May be copied or modified under the terms of the GNU General Public License
*/

#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/ide.h>
#include <linux/dma-mapping.h>

#include <asm/io.h>
#include <asm/irq.h>

/**
* ide_setup_pci_baseregs - place a PCI IDE controller native
Expand Down

0 comments on commit ff23712

Please sign in to comment.