X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fsysfs%2Fsysfs.h;h=3f8953e0e5d0021c93c31d7ddb0061b1adbb07ec;hb=c22db9412736204b25aeba19d18e5ea922f7d632;hp=29da6f5f07c840629653fcf2deda898ae6a09c5c;hpb=8215534ce7d073423bfa9c17405c43ab7636ca03;p=powerpc.git diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 29da6f5f07..3f8953e0e5 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h @@ -7,7 +7,6 @@ extern int sysfs_create(struct dentry *, int mode, int (*init)(struct inode *)); extern int sysfs_make_dirent(struct sysfs_dirent *, struct dentry *, void *, umode_t, int); -extern struct dentry * sysfs_get_dentry(struct dentry *, const char *); extern int sysfs_add_file(struct dentry *, const struct attribute *, int); extern void sysfs_hash_and_remove(struct dentry * dir, const char * name);