Commit 1e927711 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman

staging: zram: __zram_reset_device() can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 900a72a6
......@@ -464,7 +464,7 @@ static void zram_make_request(struct request_queue *queue, struct bio *bio)
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment