*: convert stream-like files from nonseekable_open -> stream_open
[linux-2.6-block.git] / drivers / watchdog / rc32434_wdt.c
index 3a75f3b53452cdb51f49882a26480cbcf8673fb9..e74d5cf272ab423b03ea6282b9ffffaf8709e73b 100644 (file)
@@ -150,7 +150,7 @@ static int rc32434_wdt_open(struct inode *inode, struct file *file)
        rc32434_wdt_start();
        rc32434_wdt_ping();
 
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int rc32434_wdt_release(struct inode *inode, struct file *file)