*: convert stream-like files from nonseekable_open -> stream_open
[sfrench/cifs-2.6.git] / drivers / watchdog / ibmasr.c
index 366b0474f27851406cf103a0e4420d560759d47a..897f7eda9e6ad075024b578e2106ac0d49cf73dd 100644 (file)
@@ -323,7 +323,7 @@ static int asr_open(struct inode *inode, struct file *file)
        asr_toggle();
        asr_enable();
 
-       return nonseekable_open(inode, file);
+       return stream_open(inode, file);
 }
 
 static int asr_release(struct inode *inode, struct file *file)