[netdrvr] forcedeth: internal simplifications; changelog removal
[pandora-kernel.git] / fs / char_dev.c
index 2c7a8b5..038674a 100644 (file)
@@ -357,7 +357,7 @@ void cdev_put(struct cdev *p)
 /*
  * Called every time a character special file is opened
  */
-int chrdev_open(struct inode * inode, struct file * filp)
+static int chrdev_open(struct inode *inode, struct file *filp)
 {
        struct cdev *p;
        struct cdev *new = NULL;