aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran@bingham.xyz>2016-06-21 22:47:13 +0100
committerKieran Bingham <kieran@bingham.xyz>2016-07-12 12:16:45 +0100
commitef8837030f28bbf3f2a6ce6616e57dc13715060c (patch)
tree94260605ad8f3a1576c9ce2983be340eb7e02338
parent2a3e618e18b0b9a58b500d0da7f75cfc83ac24b6 (diff)
DNI: Include dummy kieran header for testingscriptsgdb/devel
-rw-r--r--include/linux/kieran.h2
-rw-r--r--scripts/gdb/linux/constants.py.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kieran.h b/include/linux/kieran.h
new file mode 100644
index 000000000000..2b788e2948f4
--- /dev/null
+++ b/include/linux/kieran.h
@@ -0,0 +1,2 @@
+
+#define KIERAN simples
diff --git a/scripts/gdb/linux/constants.py.in b/scripts/gdb/linux/constants.py.in
index 2c54b28e5b2a..a9dcf3828335 100644
--- a/scripts/gdb/linux/constants.py.in
+++ b/scripts/gdb/linux/constants.py.in
@@ -21,6 +21,7 @@
#include <linux/mount.h>
#include <linux/huge_mm.h>
#include <linux/vmalloc.h>
+#include <linux/kieran.h>
/* We need to stringify expanded macros so that they can be parsed */