aboutsummaryrefslogtreecommitdiff
path: root/include/npu2.h
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-01-09 09:58:47 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-01-16 00:46:49 -0600
commit237882bfc84f092f34c46a199ca32f323f896b9f (patch)
tree87c939eb6ea4ad80d66a9ee814afd8d9fc40d66e /include/npu2.h
parent2d12672a812f533804765d2f18d6e77f5eaf9d67 (diff)
downloadskiboot-237882bfc84f092f34c46a199ca32f323f896b9f.zip
skiboot-237882bfc84f092f34c46a199ca32f323f896b9f.tar.gz
skiboot-237882bfc84f092f34c46a199ca32f323f896b9f.tar.bz2
npu2: Remove unused npu2_dev::procedure_data
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/npu2.h b/include/npu2.h
index f2b5a23..8906723 100644
--- a/include/npu2.h
+++ b/include/npu2.h
@@ -136,7 +136,6 @@ struct npu2_dev {
/* Track currently running procedure and step number */
uint16_t procedure_number;
uint16_t procedure_step;
- uint64_t procedure_data;
unsigned long procedure_tb;
uint32_t procedure_status;