forked from Minki/linux
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:
parent
900a72a6f2
commit
1e927711c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user