diff options
Diffstat (limited to 'fs/pstore/ram.c')
-rw-r--r-- | fs/pstore/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index 1a4f6da58eab..749693fcb75a 100644 --- a/fs/pstore/ram.c +++ b/fs/pstore/ram.c | |||
@@ -237,7 +237,7 @@ static int notrace ramoops_pstore_write_buf(enum pstore_type_id type, | |||
237 | } | 237 | } |
238 | 238 | ||
239 | static int ramoops_pstore_erase(enum pstore_type_id type, u64 id, | 239 | static int ramoops_pstore_erase(enum pstore_type_id type, u64 id, |
240 | struct pstore_info *psi) | 240 | struct timespec time, struct pstore_info *psi) |
241 | { | 241 | { |
242 | struct ramoops_context *cxt = psi->data; | 242 | struct ramoops_context *cxt = psi->data; |
243 | struct persistent_ram_zone *prz; | 243 | struct persistent_ram_zone *prz; |