Commit 957ce1ab authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] binfmt_misc: remove attribute(unused)

From: Anton Blanchard <anton@samba.org>

It's been there since the kernel was first imported into bk.  We see no
reason for this.
parent 4543d758
......@@ -52,7 +52,7 @@ typedef struct {
struct dentry *dentry;
} Node;
static rwlock_t entries_lock __attribute__((unused)) = RW_LOCK_UNLOCKED;
static rwlock_t entries_lock = RW_LOCK_UNLOCKED;
static struct vfsmount *bm_mnt;
static int entry_count;
......
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