aboutsummaryrefslogtreecommitdiff
path: root/core/chip.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:15 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commitbf4d12f4a93cb3c8ea083586d42afa59a04ec5fc (patch)
tree0abf8606ea2b5f1720896b41b055fccf838d9ce0 /core/chip.c
parentd0a3ec6aea455d8b564f62679ff6f69f91ea7896 (diff)
downloadskiboot-bf4d12f4a93cb3c8ea083586d42afa59a04ec5fc.zip
skiboot-bf4d12f4a93cb3c8ea083586d42afa59a04ec5fc.tar.gz
skiboot-bf4d12f4a93cb3c8ea083586d42afa59a04ec5fc.tar.bz2
lpc: Move LPC instance variables to a private structure
Take them out of struct proc_chip and into a private struct lpcm that's local to lpc.c Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/chip.c')
-rw-r--r--core/chip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/chip.c b/core/chip.c
index b39a0f0..5ac5d62 100644
--- a/core/chip.c
+++ b/core/chip.c
@@ -123,6 +123,5 @@ void init_chips(void)
chip->occ_functional = false;
list_head_init(&chip->i2cms);
- list_head_init(&chip->lpc_clients);
};
}