*: convert stream-like files from nonseekable_open -> stream_open
[sfrench/cifs-2.6.git] / drivers / watchdog / acquirewdt.c
index d6210d946082f233f9f1b622e3095a8e15b7b685..957d1255d4ca3248e02f6f2387654297f629e646 100644 (file)
@@ -200,7 +200,7 @@ static int acq_open(struct inode *inode, struct file *file)
 
        /* Activate */
        acq_keepalive();
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int acq_close(struct inode *inode, struct file *file)