remove asm/bitops.h includes

remove asm/bitops.h includes

including asm/bitops directly may cause compile errors. don't include it
and include linux/bitops instead. next patch will deny including asm header
directly.

Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jiri Slaby
2007-10-18 23:40:25 -07:00
committed by Linus Torvalds
parent 1276b103c2
commit 1977f03272
57 changed files with 58 additions and 60 deletions

View File

@@ -29,7 +29,7 @@
#include "bcm43xx_radio.h"
#include "bcm43xx.h"
#include <asm/bitops.h>
#include <linux/bitops.h>
static void bcm43xx_led_changestate(struct bcm43xx_led *led)