diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-28 11:15:11 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 10:53:37 -0400 |
commit | 5c2837fbaa609e615ef9a1c58a4cd26ce90be35b (patch) | |
tree | 0284a243fce7607a8f01ed0189e2164efdaa5bc8 /include | |
parent | d0fbca8f9304d1760fdc906b35b06e89fbdbb51f (diff) |
dmar: Convert to new irq chip functions
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dmar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/dmar.h b/include/linux/dmar.h index d7cecc90ed34..cb86aa1ca436 100644 --- a/include/linux/dmar.h +++ b/include/linux/dmar.h | |||
@@ -187,8 +187,9 @@ static inline int set_msi_sid(struct irte *irte, struct pci_dev *dev) | |||
187 | /* Can't use the common MSI interrupt functions | 187 | /* Can't use the common MSI interrupt functions |
188 | * since DMAR is not a pci device | 188 | * since DMAR is not a pci device |
189 | */ | 189 | */ |
190 | extern void dmar_msi_unmask(unsigned int irq); | 190 | struct irq_data; |
191 | extern void dmar_msi_mask(unsigned int irq); | 191 | extern void dmar_msi_unmask(struct irq_data *data); |
192 | extern void dmar_msi_mask(struct irq_data *data); | ||
192 | extern void dmar_msi_read(int irq, struct msi_msg *msg); | 193 | extern void dmar_msi_read(int irq, struct msi_msg *msg); |
193 | extern void dmar_msi_write(int irq, struct msi_msg *msg); | 194 | extern void dmar_msi_write(int irq, struct msi_msg *msg); |
194 | extern int dmar_set_interrupt(struct intel_iommu *iommu); | 195 | extern int dmar_set_interrupt(struct intel_iommu *iommu); |