diff options
Diffstat (limited to 'drivers/pci/dmar.c')
-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 ab99783dccec..47aa5938fb04 100644 --- a/drivers/pci/dmar.c +++ b/drivers/pci/dmar.c | |||
@@ -35,8 +35,7 @@ | |||
35 | #include <linux/interrupt.h> | 35 | #include <linux/interrupt.h> |
36 | #include <linux/tboot.h> | 36 | #include <linux/tboot.h> |
37 | 37 | ||
38 | #undef PREFIX | 38 | #define PREFIX "DMAR: " |
39 | #define PREFIX "DMAR:" | ||
40 | 39 | ||
41 | /* No locks are needed as DMA remapping hardware unit | 40 | /* No locks are needed as DMA remapping hardware unit |
42 | * list is constructed at boot time and hotplug of | 41 | * list is constructed at boot time and hotplug of |