X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fsysfs%2Fsysfs.h;h=3f8953e0e5d0021c93c31d7ddb0061b1adbb07ec;hb=a57ebc90f1350296edded12d33d7c278831bc3bf;hp=29da6f5f07c840629653fcf2deda898ae6a09c5c;hpb=29516d75a0b09e0a0328dd55c98a342515c9615a;p=linux-2.6 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);