diff options
Diffstat (limited to 'arch/mn10300/lib/bitops.c')
-rw-r--r-- | arch/mn10300/lib/bitops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mn10300/lib/bitops.c b/arch/mn10300/lib/bitops.c index a66c6cdaf44..37309cdb758 100644 --- a/arch/mn10300/lib/bitops.c +++ b/arch/mn10300/lib/bitops.c | |||
@@ -10,7 +10,6 @@ | |||
10 | */ | 10 | */ |
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <asm/bitops.h> | 12 | #include <asm/bitops.h> |
13 | #include <asm/system.h> | ||
14 | 13 | ||
15 | /* | 14 | /* |
16 | * try flipping a bit using BSET and BCLR | 15 | * try flipping a bit using BSET and BCLR |