*: convert stream-like files from nonseekable_open -> stream_open
[linux-block.git] / drivers / watchdog / sc520_wdt.c
index 403542f9ed8dfd21b5bfcfc5e26ffbc3ca72b3d6..44797414c8862e4f274943c504835b1d10c0d0ab 100644 (file)
@@ -258,7 +258,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)