Commit b7233a52 authored by David S. Miller's avatar David S. Miller

fs/openpromfs/inode.c: Kill unused local variable in property_release.

parent ae7aa7fd
......@@ -501,7 +501,6 @@ static ssize_t property_write(struct file *filp, const char *buf,
int property_release (struct inode *inode, struct file *filp)
{
openprom_property *op = (openprom_property *)filp->private_data;
unsigned long flags;
int error;
u32 node;
......
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