aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed/clz_ctz.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/boot/compressed/clz_ctz.c')
-rw-r--r--arch/s390/boot/compressed/clz_ctz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/boot/compressed/clz_ctz.c b/arch/s390/boot/compressed/clz_ctz.c
new file mode 100644
index 000000000000..c3ebf248596b
--- /dev/null
+++ b/arch/s390/boot/compressed/clz_ctz.c
@@ -0,0 +1,2 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "../../../../lib/clz_ctz.c"