summaryrefslogtreecommitdiffstats
path: root/include/fsp.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-08 11:32:11 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-08 11:32:11 +1000
commitb8464b315ba119fb606477f7038f6f1b1209c455 (patch)
tree29c37f725e5058f51b359b78f01d6b3faac6bbce /include/fsp.h
parent963184515b4e6feb6c4ffef24ff9ea34337226c0 (diff)
downloadtalos-skiboot-b8464b315ba119fb606477f7038f6f1b1209c455.tar.gz
talos-skiboot-b8464b315ba119fb606477f7038f6f1b1209c455.zip
fsp: Remove unused fields in fsp_msg
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/fsp.h')
-rw-r--r--include/fsp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/fsp.h b/include/fsp.h
index b6f6f0e5..d330d132 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -558,16 +558,6 @@ struct fsp_msg {
/* Set if the message expects a response */
bool response;
- /* See if the message is a 'sync' message, and if so do we have to
- * 'free' the message once sent. That is, do we need to wait on this
- * message, till it gets sent to the FSP. This indication is useful
- * only in the case where we experience a PSI link loss, or a FSP
- * r/r, and need to queue up messages till the PSI link / FSP come back
- * up again.
- */
- bool sync_msg;
- bool auto_free;
-
/* Response will be filed by driver when response received */
struct fsp_msg *resp;
OpenPOWER on IntegriCloud