mfd: Fix build breakage caused by tps65910 gpio directory move
[pandora-kernel.git] / drivers / xen / evtchn.c
index ef11daf..dbc13e9 100644 (file)
@@ -470,7 +470,7 @@ static int evtchn_open(struct inode *inode, struct file *filp)
 
        filp->private_data = u;
 
-       return nonseekable_open(inode, filp);;
+       return nonseekable_open(inode, filp);
 }
 
 static int evtchn_release(struct inode *inode, struct file *filp)