summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/bitsperlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/bitsperlong.h')
-rw-r--r--arch/sandbox/include/asm/bitsperlong.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/sandbox/include/asm/bitsperlong.h b/arch/sandbox/include/asm/bitsperlong.h
index 00c1fc2625..bf000a04cc 100644
--- a/arch/sandbox/include/asm/bitsperlong.h
+++ b/arch/sandbox/include/asm/bitsperlong.h
@@ -1,10 +1,3 @@
-#ifndef __ASM_BITSPERLONG_H
-#define __ASM_BITSPERLONG_H
+/* SPDX-License-Identifier: GPL-2.0-only */
-#ifdef __x86_64__
-#define BITS_PER_LONG 64
-#else
-#define BITS_PER_LONG 32
-#endif
-
-#endif /* __ASM_BITSPERLONG_H */
+#include <asm-generic/bitsperlong.h>