Commit 694924e4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: move pci_msi.h out of include/linux to drivers/pci where it belongs.

parent 016a8f32
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <asm/io_apic.h> #include <asm/io_apic.h>
#include <mach_apic.h> #include <mach_apic.h>
#include <linux/pci_msi.h> #include "msi.h"
static spinlock_t msi_lock = SPIN_LOCK_UNLOCKED; static spinlock_t msi_lock = SPIN_LOCK_UNLOCKED;
......
/* /*
* ../include/linux/pci_msi.h * msi.h
* *
*/ */
#ifndef PCI_MSI_H #ifndef MSI_H
#define PCI_MSI_H #define MSI_H
#include <linux/pci.h>
#define MSI_AUTO -1 #define MSI_AUTO -1
#define NR_REPEATS 23 #define NR_REPEATS 23
...@@ -167,4 +165,4 @@ struct msi_desc { ...@@ -167,4 +165,4 @@ struct msi_desc {
struct pci_dev *dev; struct pci_dev *dev;
}; };
#endif /* PCI_MSI_H */ #endif /* MSI_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment