aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-14 21:13:53 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:22:59 -0800
commit3277c39f8d706afb6fefc02f49563a73bbd405b9 (patch)
treeb00b0a604337c04951cadd6ae518cefca8a89462 /fs
parent[IPVS]: Annotate ..._app_hashkey(). (diff)
downloadlinux-dev-3277c39f8d706afb6fefc02f49563a73bbd405b9.tar.xz
linux-dev-3277c39f8d706afb6fefc02f49563a73bbd405b9.zip
[NET]: Kill direct includes of asm/checksum.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs')
-rw-r--r--fs/reiserfs/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c
index 7bdb0ed443e1..1e4d68590178 100644
--- a/fs/reiserfs/xattr.c
+++ b/fs/reiserfs/xattr.c
@@ -41,7 +41,7 @@
#include <linux/reiserfs_xattr.h>
#include <linux/reiserfs_acl.h>
#include <asm/uaccess.h>
-#include <asm/checksum.h>
+#include <net/checksum.h>
#include <linux/smp_lock.h>
#include <linux/stat.h>
#include <asm/semaphore.h>