X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Finclude%2Fasm%2Fbitops.h;h=85b815215776d5abce038aa70257351e88be363d;hb=26ff6801f751cd47e44c2e9507ec08b447f2d2b9;hp=adfab8a21dfe95714700580a58795da1f6f5d634;hpb=d790d4d583aeaed9fc6f8a9f4d9f8ce6b1c15c7f;p=pandora-kernel.git diff --git a/arch/alpha/include/asm/bitops.h b/arch/alpha/include/asm/bitops.h index adfab8a21dfe..85b815215776 100644 --- a/arch/alpha/include/asm/bitops.h +++ b/arch/alpha/include/asm/bitops.h @@ -454,13 +454,11 @@ sched_find_first_bit(const unsigned long b[2]) return __ffs(tmp) + ofs; } -#include +#include #define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a) #define ext2_clear_bit_atomic(l,n,a) test_and_clear_bit(n,a) -#include - #endif /* __KERNEL__ */ #endif /* _ALPHA_BITOPS_H */