summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-07-08 12:48:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-07-09 10:54:43 +0200
commit5b1bc2224cff7deb2f1e048bb82a60d857f642be (patch)
tree8d9a74078de9c142aabe7ab17901dd614730676d /include/linux
parent297ac72881b89d34f7940020319fd3e2a68fbe67 (diff)
downloadbarebox-5b1bc2224cff7deb2f1e048bb82a60d857f642be.tar.gz
barebox-5b1bc2224cff7deb2f1e048bb82a60d857f642be.tar.xz
pstore: remove unused code
pstore_info->write() is unused, remove the code implementing it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pstore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pstore.h b/include/linux/pstore.h
index dabb639111..f598f31a54 100644
--- a/include/linux/pstore.h
+++ b/include/linux/pstore.h
@@ -64,8 +64,6 @@ struct pstore_record {
struct pstore_info {
struct module *owner;
char *name;
- char *buf;
- size_t bufsize;
int flags;
int (*open)(struct pstore_info *psi);
int (*close)(struct pstore_info *psi);