aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efivars.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firmware/efivars.c')
-rw-r--r--drivers/firmware/efivars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c
index d6b8d2f628fa..47aae91ff72c 100644
--- a/drivers/firmware/efivars.c
+++ b/drivers/firmware/efivars.c
@@ -1004,7 +1004,7 @@ static int efivarfs_unlink(struct inode *dir, struct dentry *dentry)
1004 return -EINVAL; 1004 return -EINVAL;
1005}; 1005};
1006 1006
1007int efivarfs_fill_super(struct super_block *sb, void *data, int silent) 1007static int efivarfs_fill_super(struct super_block *sb, void *data, int silent)
1008{ 1008{
1009 struct inode *inode = NULL; 1009 struct inode *inode = NULL;
1010 struct dentry *root; 1010 struct dentry *root;