mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
fs/char_dev.c: chrdev_open marked static and removed from fs.h
There is an outdated comment in serial_core.c also fixed. Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b55ab616fa
commit
922f9cfa79
@@ -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;
|
||||
|
Reference in New Issue
Block a user