aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/bugs.h')
-rw-r--r--include/asm-generic/bugs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-generic/bugs.h b/include/asm-generic/bugs.h
deleted file mode 100644
index 69021830f078..000000000000
--- a/include/asm-generic/bugs.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __ASM_GENERIC_BUGS_H
-#define __ASM_GENERIC_BUGS_H
-/*
- * This file is included by 'init/main.c' to check for
- * architecture-dependent bugs.
- */
-
-static inline void check_bugs(void) { }
-
-#endif /* __ASM_GENERIC_BUGS_H */