[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200901191404.51686.bzolnier@gmail.com>
Date: Mon, 19 Jan 2009 14:04:51 +0100
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: linux-kernel@...r.kernel.org
Cc: linux-ide@...r.kernel.org, David Howells <dhowells@...hat.com>
Subject: [PATCH] mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Subject: [PATCH] mn10300: add pci_get_legacy_ide_irq() to <asm/pci.h>
Add missing pci_get_legacy_ide_irq() implementation
before it becomes required by core IDE PCI code.
Cc: David Howells <dhowells@...hat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
---
include/asm-mn10300/pci.h | 5 +++++
1 file changed, 5 insertions(+)
Index: b/include/asm-mn10300/pci.h
===================================================================
--- a/include/asm-mn10300/pci.h
+++ b/include/asm-mn10300/pci.h
@@ -121,4 +121,9 @@ pcibios_select_root(struct pci_dev *pdev
#define pcibios_scan_all_fns(a, b) 0
+static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
+{
+ return channel ? 15 : 14;
+}
+
#endif /* _ASM_PCI_H */
.
Powered by blists - more mailing lists