Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9b539c03b2cb16879ce2e808ce5c687da1dba27c
Commit:     9b539c03b2cb16879ce2e808ce5c687da1dba27c
Parent:     ad7ad57c6127042c411353dddb723765964815db
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 28 23:39:30 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jul 30 00:27:35 2007 -0700

    [SPARC64]: asm-sparc64/floppy.h needs linux/pci.h
    
    It uses pci_dev, calls pci_map_*(), etc.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/asm-sparc64/floppy.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/asm-sparc64/floppy.h b/include/asm-sparc64/floppy.h
index 4aa0925..1783239 100644
--- a/include/asm-sparc64/floppy.h
+++ b/include/asm-sparc64/floppy.h
@@ -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 ([EMAIL PROTECTED])
+ * Copyright (C) 1996, 2007 David S. Miller ([EMAIL PROTECTED])
  * Copyright (C) 1997 Jakub Jelinek ([EMAIL PROTECTED])
  *
  * Ultra/PCI support added: Sep 1997  Eddie C. Dost  ([EMAIL PROTECTED])
@@ -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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to