From 3539b9ee8bd16cd0799ecd5d5de10d072a8385dc Mon Sep 17 00:00:00 2001
From: Luis Gerhorst <luis.gerhorst@fau.de>
Date: Tue, 10 Jul 2018 17:07:50 +0200
Subject: [PATCH] Remove unused includes

---
 arch/arm/measuremore/pmccntr_timestamp.c | 2 +-
 arch/arm/measuremore/pmccntr_timestamp.h | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/arm/measuremore/pmccntr_timestamp.c b/arch/arm/measuremore/pmccntr_timestamp.c
index 5ac69b3..7d6c29a 100644
--- a/arch/arm/measuremore/pmccntr_timestamp.c
+++ b/arch/arm/measuremore/pmccntr_timestamp.c
@@ -1,4 +1,4 @@
-#include <linux/kernel.h>
+#include <asm/bug.h>
 
 #include "pmccntr_timestamp.h"
 
diff --git a/arch/arm/measuremore/pmccntr_timestamp.h b/arch/arm/measuremore/pmccntr_timestamp.h
index aaaddc0..f6e9174 100644
--- a/arch/arm/measuremore/pmccntr_timestamp.h
+++ b/arch/arm/measuremore/pmccntr_timestamp.h
@@ -1,10 +1,6 @@
 #ifndef MEASUREMORE_PMCCNTR_TIMESTAMP_H
 #define MEASUREMORE_PMCCNTR_TIMESTAMP_H
 
-/* The following gives us the pmccntr_read(var) macro and the pmccntr_timestamp
- * struct. */
-#include <linux/measuremore.h>
-
 void pmccntr_enable(void);
 void pmccntr_reset(void);
 void pmccntr_granularity(uint32_t granularity);
-- 
GitLab