commit | 35d3d814cbd46a85bed97cd74ba97fbbb51e0ccd | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joro@8bytes.org> | Fri Apr 19 20:34:55 2013 +0200 |
committer | Joerg Roedel <joro@8bytes.org> | Fri Apr 19 20:34:55 2013 +0200 |
tree | e20cf77258d21c8eab3aee59de242f9e52878576 | |
parent | 03bbcb2e7e292838bb0244f5a7816d194c911d62 [diff] |
iommu: Fix compile warnings with forward declarations The irq_remapping.h file for x86 does not include all necessary forward declarations for the data structures used. This causes compile warnings, so fix it. Signed-off-by: Joerg Roedel <joro@8bytes.org>