Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af2944ac5488f8d7e5f109f8a55f98d072ec377c
Commit:     af2944ac5488f8d7e5f109f8a55f98d072ec377c
Parent:     9486d594baf268e46a01ada5c8c50dcf5d066748
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 26 09:22:00 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Thu Mar 29 23:46:35 2007 +0100

    [MIPS] EV64120: Include <asm/irq.h> to fix warning.
    
    arch/mips/pci/pci-ev64120.c:10: warning: implicit declaration of function 
'allocate_irqno'
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/pci/pci-ev64120.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/pci/pci-ev64120.c b/arch/mips/pci/pci-ev64120.c
index 9cd859e..a84f594 100644
--- a/arch/mips/pci/pci-ev64120.c
+++ b/arch/mips/pci/pci-ev64120.c
@@ -1,4 +1,5 @@
 #include <linux/pci.h>
+#include <asm/irq.h>
 
 int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
 {
-
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