[WEXT] net_device: Don't include wext bits if not required.
[pandora-kernel.git] / include / linux / namei.h
index f5f1960..d39a5a6 100644 (file)
@@ -29,6 +29,11 @@ struct nameidata {
        } intent;
 };
 
+struct path {
+       struct vfsmount *mnt;
+       struct dentry *dentry;
+};
+
 /*
  * Type of the last component on LOOKUP_PARENT
  */