mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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
02d9724c74
commit
9bc08fb8f5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue