summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-10 05:41:45 +0100
commit06f66d85753a49d4eb14578914ac7ce5e6454734 (patch)
treeeb748be6f6139366747067ac8d9b8597ebd4399e /include
parentc65ca498685d09863efde43c73d955b729340fa5 (diff)
parentab8c218ec464f49aa1143cb26964d4774c5facb7 (diff)
downloadbarebox-06f66d85753a49d4eb14578914ac7ce5e6454734.tar.gz
barebox-06f66d85753a49d4eb14578914ac7ce5e6454734.tar.xz
Merge branch 'for-next/stm32'
Diffstat (limited to 'include')
-rw-r--r--include/linux/remoteproc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index feee9ee4ee..c6264d1c0a 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -38,7 +38,6 @@ struct rproc {
void *priv;
struct rproc_ops *ops;
struct device_d dev;
- int index;
void *fw_buf;
size_t fw_buf_ofs;