mirror of https://gitee.com/openkylin/linux.git
staging: android: persistent_ram: Remove never used struct persistent_ram_zone members
Remove 'old_log_footer_size' and 'early' members of struct persistent_ram_zone, as these were never used at all. Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
aeb2d41716
commit
2717fca171
|
@ -59,8 +59,6 @@ struct persistent_ram_zone {
|
|||
|
||||
char *old_log;
|
||||
size_t old_log_size;
|
||||
size_t old_log_footer_size;
|
||||
bool early;
|
||||
};
|
||||
|
||||
int persistent_ram_early_init(struct persistent_ram *ram);
|
||||
|
|
Loading…
Reference in New Issue