Skip to content

Commit

Permalink
staging: android: persistent_ram: Remove never used struct persistent…
Browse files Browse the repository at this point in the history
…_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>
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed May 16, 2012
1 parent aeb2d41 commit 2717fca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/android/persistent_ram.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2717fca

Please sign in to comment.