summaryrefslogtreecommitdiff
path: root/mali_kbase/tests/kutf
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2019-08-23 15:40:27 +0200
committerSidath Senanayake <sidaths@google.com>2019-08-23 15:40:27 +0200
commit869660680efaed77cec0414161640a6f1a85d5b2 (patch)
treed36678f523da5f9148c465c3b5d5ef058401a409 /mali_kbase/tests/kutf
parent228451ed83f4840e863beff27b33ca9a460f820b (diff)
downloadgpu-869660680efaed77cec0414161640a6f1a85d5b2.tar.gz
Mali Valhall DDK r20p0 KMD
Provenance: f3deff212 (collaborate/EAC/v_r20p0) VX504X08X-BU-00000-r20p0-01rel0 - Android DDK Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: If3c1611d83966bcb25a85ad27638612c121cb545
Diffstat (limited to 'mali_kbase/tests/kutf')
-rw-r--r--mali_kbase/tests/kutf/kutf_suite.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mali_kbase/tests/kutf/kutf_suite.c b/mali_kbase/tests/kutf/kutf_suite.c
index f3a8e9b..3307c0e 100644
--- a/mali_kbase/tests/kutf/kutf_suite.c
+++ b/mali_kbase/tests/kutf/kutf_suite.c
@@ -1,6 +1,6 @@
/*
*
- * (C) COPYRIGHT 2014, 2017-2018 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2014, 2017-2019 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -41,8 +41,6 @@
#include <kutf/kutf_utils.h>
#include <kutf/kutf_helpers.h>
-#if defined(CONFIG_DEBUG_FS)
-
/**
* struct kutf_application - Structure which represents kutf application
* @name: The name of this test application.
@@ -1139,6 +1137,8 @@ void kutf_test_abort(struct kutf_context *context)
}
EXPORT_SYMBOL(kutf_test_abort);
+#ifdef CONFIG_DEBUG_FS
+
/**
* init_kutf_core() - Module entry point.
*
@@ -1173,7 +1173,7 @@ static void __exit exit_kutf_core(void)
destroy_workqueue(kutf_workq);
}
-#else /* defined(CONFIG_DEBUG_FS) */
+#else /* CONFIG_DEBUG_FS */
/**
* init_kutf_core() - Module entry point.
@@ -1195,7 +1195,7 @@ static int __init init_kutf_core(void)
static void __exit exit_kutf_core(void)
{
}
-#endif /* defined(CONFIG_DEBUG_FS) */
+#endif /* CONFIG_DEBUG_FS */
MODULE_LICENSE("GPL");