summaryrefslogtreecommitdiff
path: root/include/linux/mtd/gen_probe.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2004-10-19 18:39:25 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-19 18:39:25 -0700
commiteb293c3e9cdd84f5ae1ab052af76d523cbbabcbe (patch)
tree94cdc25c443916ad65be83738553c04d19072f45 /include/linux/mtd/gen_probe.h
parentc138da2803b88581199d71b64cb03c1283f68f7a (diff)
[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>
There's no reason to directly #include <asm/bitops.h> since it's available on all architectures and also included by #include <linux/bitops.h>. This patch changes #include <asm/bitops.h> to #include <linux/bitops.h>. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/mtd/gen_probe.h')
-rw-r--r--include/linux/mtd/gen_probe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/gen_probe.h b/include/linux/mtd/gen_probe.h
index 2d66b33f805d..f6208098660c 100644
--- a/include/linux/mtd/gen_probe.h
+++ b/include/linux/mtd/gen_probe.h
@@ -10,7 +10,7 @@
#include <linux/mtd/flashchip.h>
#include <linux/mtd/map.h>
#include <linux/mtd/cfi.h>
-#include <asm/bitops.h>
+#include <linux/bitops.h>
struct chip_probe {
char *name;