mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[SPARC64]: asm-sparc64/floppy.h needs linux/pci.h
It uses pci_dev, calls pci_map_*(), etc. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ad7ad57c61
commit
9b539c03b2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
/* $Id: floppy.h,v 1.32 2001/10/26 17:59:36 davem Exp $
|
/* floppy.h: Sparc specific parts of the Floppy driver.
|
||||||
* asm-sparc64/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 (jj@sunsite.mff.cuni.cz)
|
* Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
|
||||||
*
|
*
|
||||||
* Ultra/PCI support added: Sep 1997 Eddie C. Dost (ecd@skynet.be)
|
* Ultra/PCI support added: Sep 1997 Eddie C. Dost (ecd@skynet.be)
|
||||||
|
@ -11,6 +10,7 @@
|
||||||
#define __ASM_SPARC64_FLOPPY_H
|
#define __ASM_SPARC64_FLOPPY_H
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
#include <linux/pci.h>
|
||||||
|
|
||||||
#include <asm/page.h>
|
#include <asm/page.h>
|
||||||
#include <asm/pgtable.h>
|
#include <asm/pgtable.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue