*: convert stream-like files from nonseekable_open -> stream_open
[linux-block.git] / drivers / watchdog / w83877f_wdt.c
index db9b6488e3888c6f59d76e9d38babaf660f0b3cf..8dd953f90680a5182481daa3c7e07aea739fa601 100644 (file)
@@ -224,7 +224,7 @@ static int fop_open(struct inode *inode, struct file *file)
 
        /* Good, fire up the show */
        wdt_startup();
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int fop_close(struct inode *inode, struct file *file)