summaryrefslogtreecommitdiff
path: root/fs/devfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/devfs')
-rw-r--r--fs/devfs/base.c2
-rw-r--r--fs/devfs/util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/devfs/base.c b/fs/devfs/base.c
index 65e299a2d97e..22e3cf0852aa 100644
--- a/fs/devfs/base.c
+++ b/fs/devfs/base.c
@@ -677,13 +677,13 @@
#include <linux/rwsem.h>
#include <linux/sched.h>
#include <linux/namei.h>
+#include <linux/bitops.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/system.h>
#include <asm/pgtable.h>
-#include <asm/bitops.h>
#include <asm/atomic.h>
#define DEVFS_VERSION "2004-01-31"
diff --git a/fs/devfs/util.c b/fs/devfs/util.c
index 06a2d827e3e5..db06d388c9ac 100644
--- a/fs/devfs/util.c
+++ b/fs/devfs/util.c
@@ -71,7 +71,7 @@
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/genhd.h>
-#include <asm/bitops.h>
+#include <linux/bitops.h>
int devfs_register_tape(const char *name)
{