]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/autofs/root.c
Merge 'staging-next' to Linus's tree
[net-next-2.6.git] / drivers / staging / autofs / root.c
index 70210aa0692ac9d4ae8a5018b7e368ca72812966..0fdec4befd8400075ef8cb94a03fede184c0c5cb 100644 (file)
@@ -27,7 +27,9 @@ static int autofs_root_unlink(struct inode *,struct dentry *);
 static int autofs_root_rmdir(struct inode *,struct dentry *);
 static int autofs_root_mkdir(struct inode *,struct dentry *,int);
 static long autofs_root_ioctl(struct file *,unsigned int,unsigned long);
+#ifdef CONFIG_COMPAT
 static long autofs_root_compat_ioctl(struct file *,unsigned int,unsigned long);
+#endif
 
 const struct file_operations autofs_root_operations = {
        .llseek         = generic_file_llseek,