summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c
diff options
context:
space:
mode:
authorLinaro CI <ci_notify@linaro.org>2018-01-02 10:04:08 +0000
committerLinaro CI <ci_notify@linaro.org>2018-01-02 10:04:08 +0000
commit4ee72ba0a37530c82e5fc285f9c8d33e47c1b173 (patch)
treed3988f789dae20624c1467d733ba643b07de4b08 /drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c
parent57856049c0f852de589f1c3997de3e9923cb6d10 (diff)
parent79202ff9eb5cb9515b2fea57ad5bfbcfe78279b6 (diff)
Merge remote-tracking branch 'sumit-lts/lts-4.4.y-hikey' into linux-4.4.y4.4.109-rc1-hikey-20180102-92
Diffstat (limited to 'drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c')
-rw-r--r--drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c b/drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c
new file mode 100644
index 000000000000..a486e2f7684f
--- /dev/null
+++ b/drivers/gpu/arm/utgard/timestamp-arm11-cc/mali_timestamp.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2010-2011, 2013, 2015 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 Foundation, and any use by you of this program is subject to the terms of such GNU licence.
+ *
+ * A copy of the licence is included with the program, and can also be obtained from Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#include "mali_timestamp.h"
+
+/* This file is intentionally left empty, as all functions are inlined in mali_profiling_sampler.h */