*: convert stream-like files from nonseekable_open -> stream_open
[sfrench/cifs-2.6.git] / drivers / watchdog / riowd.c
index aba53424605e3f54e4320a2458ae5f9d58ad6a9a..f7f7a7a620226d4e919aaa196c1290965cf5df64 100644 (file)
@@ -76,7 +76,7 @@ static void riowd_writereg(struct riowd *p, u8 val, int index)
 
 static int riowd_open(struct inode *inode, struct file *filp)
 {
-       nonseekable_open(inode, filp);
+       stream_open(inode, filp);
        return 0;
 }