diff options
Diffstat (limited to 'arch/score/include/asm/bitops.h')
-rw-r--r-- | arch/score/include/asm/bitops.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/score/include/asm/bitops.h b/arch/score/include/asm/bitops.h deleted file mode 100644 index 6342b0123725..000000000000 --- a/arch/score/include/asm/bitops.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_SCORE_BITOPS_H -#define _ASM_SCORE_BITOPS_H - -#include <asm/byteorder.h> /* swab32 */ -#include <asm/barrier.h> - -#include <asm-generic/bitops.h> -#include <asm-generic/bitops/__fls.h> - -#endif /* _ASM_SCORE_BITOPS_H */ |