fs/partitions/check.c: make local symbols static
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 13 Jun 2011 09:47:24 +0000 (11:47 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 13 Jun 2011 09:47:24 +0000 (11:47 +0200)
The symbols part_ro_show, part_alignment_offset_show, and
part_discard_alignment_show are not used outside this file and
should be marked static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found