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 Greg Kroah-Hartman
parent 900a72a6f2
commit 1e927711c5

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;