*: convert stream-like files from nonseekable_open -> stream_open
[sfrench/cifs-2.6.git] / drivers / watchdog / ib700wdt.c
index cc262284a6aa3d2231e592f7e2d1916b67c6820b..30d6cec582af6a1de24a6e4584bc22e6f6742031 100644 (file)
@@ -238,7 +238,7 @@ static int ibwdt_open(struct inode *inode, struct file *file)
 
        /* Activate */
        ibwdt_ping();
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int ibwdt_close(struct inode *inode, struct file *file)