Commit 4ba438aa authored by Linus Torvalds's avatar Linus Torvalds

Remove duplicated function declaration.

parent 6a32659f
...@@ -30,8 +30,6 @@ static struct list_head *mount_hashtable; ...@@ -30,8 +30,6 @@ static struct list_head *mount_hashtable;
static int hash_mask, hash_bits; static int hash_mask, hash_bits;
static kmem_cache_t *mnt_cache; static kmem_cache_t *mnt_cache;
extern void init_rootfs(void);
static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry) static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry)
{ {
unsigned long tmp = ((unsigned long) mnt / L1_CACHE_BYTES); unsigned long tmp = ((unsigned long) mnt / L1_CACHE_BYTES);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment