diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/dmar.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c index 7b287cb38b7a..998f02d2ba42 100644 --- a/drivers/pci/dmar.c +++ b/drivers/pci/dmar.c | |||
@@ -34,8 +34,7 @@ | |||
34 | #include <linux/irq.h> | 34 | #include <linux/irq.h> |
35 | #include <linux/interrupt.h> | 35 | #include <linux/interrupt.h> |
36 | 36 | ||
37 | #undef PREFIX | 37 | #define PREFIX "DMAR: " |
38 | #define PREFIX "DMAR:" | ||
39 | 38 | ||
40 | /* No locks are needed as DMA remapping hardware unit | 39 | /* No locks are needed as DMA remapping hardware unit |
41 | * list is constructed at boot time and hotplug of | 40 | * list is constructed at boot time and hotplug of |