mtd: make few symbols static
[pandora-kernel.git] / drivers / mtd / mtdcore.c
index 00ebf7a..3f559c0 100644 (file)
@@ -213,11 +213,11 @@ static struct attribute *mtd_attrs[] = {
        NULL,
 };
 
-struct attribute_group mtd_group = {
+static struct attribute_group mtd_group = {
        .attrs          = mtd_attrs,
 };
 
-struct attribute_group *mtd_groups[] = {
+static struct attribute_group *mtd_groups[] = {
        &mtd_group,
        NULL,
 };