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

Commit fca91088 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by David Woodhouse
Browse files

mtd: make few symbols static



Make mtd_group and mtd_groups static since they are only used in this
file.

[Amended by Artem Bityutskiy]

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 0acfe530
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
};