]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/stack_user.c
[POWERPC] 86xx: mpc8610_hpcd: add support for NOR and NAND flashes
[linux-2.6] / fs / ocfs2 / stack_user.c
index 7428663f9cbbf78a75dba73ea67db3ab5e6001b7..b503772cd0ec83f86a2b55aa5fa512cd8ce20c4a 100644 (file)
@@ -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,