*: convert stream-like files from nonseekable_open -> stream_open
[linux-2.6-block.git] / drivers / char / pcmcia / scr24x_cs.c
index f6b43d9350f0f6877ccbc4235df903885390b2a0..04b39c3596cc7e1c14a42d890887871ba1b7a47d 100644 (file)
@@ -92,7 +92,7 @@ static int scr24x_open(struct inode *inode, struct file *filp)
        kref_get(&dev->refcnt);
        filp->private_data = dev;
 
-       return nonseekable_open(inode, filp);
+       return stream_open(inode, filp);
 }
 
 static int scr24x_release(struct inode *inode, struct file *filp)