Skip to content

Commit

Permalink
[SPARC64]: asm-sparc64/floppy.h needs linux/pci.h
Browse files Browse the repository at this point in the history
It uses pci_dev, calls pci_map_*(), etc.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
David S. Miller committed Jul 30, 2007
1 parent ad7ad57 commit 9b539c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-sparc64/floppy.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* $Id: floppy.h,v 1.32 2001/10/26 17:59:36 davem Exp $
* asm-sparc64/floppy.h: Sparc specific parts of the Floppy driver.
/* floppy.h: Sparc specific parts of the Floppy driver.
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1996, 2007 David S. Miller (davem@davemloft.net)
* Copyright (C) 1997 Jakub Jelinek ([email protected])
*
* Ultra/PCI support added: Sep 1997 Eddie C. Dost ([email protected])
Expand All @@ -11,6 +10,7 @@
#define __ASM_SPARC64_FLOPPY_H

#include <linux/init.h>
#include <linux/pci.h>

#include <asm/page.h>
#include <asm/pgtable.h>
Expand Down

0 comments on commit 9b539c0

Please sign in to comment.