staging: zram: __zram_reset_device() can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Fengguang Wu 2013-02-08 10:15:10 +08:00 committed by Artem Borisov
parent 02d9724c74
commit 9bc08fb8f5

View file

@ -464,7 +464,7 @@ error:
bio_io_error(bio);
}
void __zram_reset_device(struct zram *zram)
static void __zram_reset_device(struct zram *zram)
{
size_t index;
struct zram_meta *meta;