*: convert stream-like files from nonseekable_open -> stream_open
[sfrench/cifs-2.6.git] / drivers / watchdog / sbc7240_wdt.c
index 5f268add17ceffdd9b4aa4466b73804cc5310e31..efc81b318939dea7af08dcceef392c850aa1a757 100644 (file)
@@ -136,7 +136,7 @@ static int fop_open(struct inode *inode, struct file *file)
 
        wdt_enable();
 
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int fop_close(struct inode *inode, struct file *file)