diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-09-26 10:40:08 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-26 10:40:07 -0700 |
| commit | d94526f1a2f014e0d1cd8b762217c80273bb2496 (patch) | |
| tree | 3dbc7f7ade00d3ee417ba2465eca5407467d82df | |
| parent | 7b7b6e1eb88192eb33869bc1c34cc33ef253c18c (diff) | |
| parent | 2773d8adda6013ed3a728a227ec3aa1a242db622 (diff) | |
Merge "iommu/debug: Remove dependency on CONFIG_IOMMU_DEBUG_TRACKING"
| -rw-r--r-- | drivers/iommu/iommu-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/iommu-debug.c b/drivers/iommu/iommu-debug.c index 566572ae051e..e44253426b28 100644 --- a/drivers/iommu/iommu-debug.c +++ b/drivers/iommu/iommu-debug.c @@ -30,7 +30,7 @@ #include <asm/dma-iommu.h> #include "iommu-debug.h" -#if defined(CONFIG_IOMMU_DEBUG_TRACKING) || defined(CONFIG_IOMMU_TESTS) +#if defined(CONFIG_IOMMU_TESTS) static const char *iommu_debug_attr_to_string(enum iommu_attr attr) { |
