aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2017-11-17 13:36:51 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-11-19 21:13:54 -0600
commit302aedd783713a1cffc0b4bd47bbee897adaa414 (patch)
tree269f8818e5c549d978693d4371dfec5b82ba4565 /include
parent422cdcabb218353efad46ec90484062f5c4e8fae (diff)
downloadskiboot-302aedd783713a1cffc0b4bd47bbee897adaa414.zip
skiboot-302aedd783713a1cffc0b4bd47bbee897adaa414.tar.gz
skiboot-302aedd783713a1cffc0b4bd47bbee897adaa414.tar.bz2
npu2: Remove unused npu2_dev struct members
There's a few members of struct npu2_dev that are completely unused. Remove them. Cc: Alistair Popple <alistair@popple.id.au> Cc: Reza Arbab <arbab@linux.vnet.ibm.com> Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Acked-by: Reza Arbab <arbab@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/npu2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/npu2.h b/include/npu2.h
index 9563869..3b56f48 100644
--- a/include/npu2.h
+++ b/include/npu2.h
@@ -78,10 +78,7 @@ struct npu2_pcie_bar {
struct npu2;
struct npu2_dev {
uint32_t index;
- uint32_t flags;
- uint64_t xscom;
uint64_t pl_xscom_base;
- void *regs;
struct dt_node *dt_node;
struct npu2_pcie_bar bars[2];
struct npu2 *npu;