Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8755b5 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh
Browse files

ocfs2: make struct ocfs2_control_device static



This patch makes the needlessly global struct ocfs2_control_device
static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarJoel Becker <joel.becker@oracle.com>
Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
parent 9d80f753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ static const struct file_operations ocfs2_control_fops = {
	.owner   = THIS_MODULE,
};

struct miscdevice ocfs2_control_device = {
static struct miscdevice ocfs2_control_device = {
	.minor		= MISC_DYNAMIC_MINOR,
	.name		= "ocfs2_control",
	.fops		= &ocfs2_control_fops,