]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/smbfs/proc.c
smbfs: move to drivers/staging
[net-next-2.6.git] / drivers / staging / smbfs / proc.c
similarity index 99%
rename from fs/smbfs/proc.c
rename to drivers/staging/smbfs/proc.c
index 71c29b6670b402719f8475ed34b39a306bda807d..2fb079c37f25a1d3528d6c6640673ee89ece833e 100644 (file)
 #include <linux/smp_lock.h>
 #include <linux/net.h>
 #include <linux/vfs.h>
-#include <linux/smb_fs.h>
-#include <linux/smbno.h>
-#include <linux/smb_mount.h>
-
 #include <net/sock.h>
 
 #include <asm/string.h>
 #include <asm/div64.h>
 
+#include "smb_fs.h"
+#include "smbno.h"
+#include "smb_mount.h"
 #include "smb_debug.h"
 #include "proto.h"
 #include "request.h"