summaryrefslogtreecommitdiffstats
path: root/include/npu2.h
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-01-09 09:58:48 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-01-16 00:46:49 -0600
commitb496cab97086d8adb56aee8099bb785f43fbf187 (patch)
treed13d169a48ea760547017436f09526dd341e076d /include/npu2.h
parent237882bfc84f092f34c46a199ca32f323f896b9f (diff)
downloadblackbird-skiboot-b496cab97086d8adb56aee8099bb785f43fbf187.tar.gz
blackbird-skiboot-b496cab97086d8adb56aee8099bb785f43fbf187.zip
npu2: Remove unused npu2_dev_nvlink::vendor_cap
This variable is never used. Remove it. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/npu2.h')
-rw-r--r--include/npu2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/npu2.h b/include/npu2.h
index 8906723f..f51a6a2a 100644
--- a/include/npu2.h
+++ b/include/npu2.h
@@ -111,9 +111,6 @@ struct npu2_dev_nvlink {
uint8_t link_flags;
- /* Vendor specific capability */
- uint32_t vendor_cap;
-
/* Used to associate the NPU device with GPU PCI devices */
const char *slot_label;
};
OpenPOWER on IntegriCloud