aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/minix-le.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/bitops/minix-le.h')
-rw-r--r--include/asm-generic/bitops/minix-le.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/bitops/minix-le.h b/include/asm-generic/bitops/minix-le.h
index 854e9489f62..70f95eef416 100644
--- a/include/asm-generic/bitops/minix-le.h
+++ b/include/asm-generic/bitops/minix-le.h
@@ -1,8 +1,6 @@
#ifndef _ASM_GENERIC_BITOPS_MINIX_LE_H_
#define _ASM_GENERIC_BITOPS_MINIX_LE_H_
-#include <asm-generic/bitops/le.h>
-
#define minix_test_and_set_bit(nr,addr) \
__test_and_set_bit_le((nr), (unsigned long *)(addr))
#define minix_set_bit(nr,addr) \