aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:11 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commitced031a0002f4ddee7e06a97a6b4fe47830b3a5c (patch)
tree85240d8d35cd3d97f5760ca0db7e5a6f6e47c771 /include
parentf605be73d7b1c4a32a66824d3c02470f540636bc (diff)
downloadskiboot-ced031a0002f4ddee7e06a97a6b4fe47830b3a5c.zip
skiboot-ced031a0002f4ddee7e06a97a6b4fe47830b3a5c.tar.gz
skiboot-ced031a0002f4ddee7e06a97a6b4fe47830b3a5c.tar.bz2
psi: Remove psi->working
I was only ever set to true Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/psi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/psi.h b/include/psi.h
index 68e076c..24d4206 100644
--- a/include/psi.h
+++ b/include/psi.h
@@ -244,7 +244,6 @@ struct psi {
void *esb_mmio;
unsigned int chip_id;
unsigned int interrupt;
- bool working;
bool active;
};