X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffdtable.h;h=09d6c5bbdddd50c9ba4248dc30e023c936c2404b;hb=c9294e4b3793e2bd397691ae015283eecca29562;hp=4aab6f12cfab1cb32a13c220916a9710cb42cb7d;hpb=bb6dfb32f90094fea647e1f27d994a8b6ddd2766;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/fdtable.h b/include/linux/fdtable.h index 4aab6f12cfa..09d6c5bbddd 100644 --- a/include/linux/fdtable.h +++ b/include/linux/fdtable.h @@ -57,8 +57,6 @@ struct files_struct { #define files_fdtable(files) (rcu_dereference((files)->fdt)) -extern struct kmem_cache *filp_cachep; - struct file_operations; struct vfsmount; struct dentry;