aboutsummaryrefslogtreecommitdiff
path: root/include/asm-h8300/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/bugs.h')
-rw-r--r--include/asm-h8300/bugs.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-h8300/bugs.h b/include/asm-h8300/bugs.h
new file mode 100644
index 000000000000..1cb4afba6eb1
--- /dev/null
+++ b/include/asm-h8300/bugs.h
@@ -0,0 +1,16 @@
+/*
+ * include/asm-h8300/bugs.h
+ *
+ * Copyright (C) 1994 Linus Torvalds
+ */
+
+/*
+ * This is included by init/main.c to check for architecture-dependent bugs.
+ *
+ * Needs:
+ * void check_bugs(void);
+ */
+
+static void check_bugs(void)
+{
+}