VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Adrian Bunk <bunk@stusta.de> 2005-05-05 16:16:09 -0700 committer: Linus Torvalds <torvalds@ppc970.osdl.org> 2005-05-05 16:36:47 -0700 commit: 75c96f85845a6707b0f9916cb263cb3584f7d48f parent: 5e198d94dd0c3ec7f6138229e2e412c2c6268c38
Commit Summary:
[PATCH] make some things static
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/char_dev.c b/fs/char_dev.c
index a745b1d9e545..c1e3537909fc 100644
--- a/fs/char_dev.c
+++ b/fs/char_dev.c
@@ -328,7 +328,7 @@ void cd_forget(struct inode *inode)
 	spin_unlock(&cdev_lock);
 }
 
-void cdev_purge(struct cdev *cdev)
+static void cdev_purge(struct cdev *cdev)
 {
 	spin_lock(&cdev_lock);
 	while (!list_empty(&cdev->list)) {