Message ID | 1547049531-759-4-git-send-email-arbab@linux.ibm.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/9] Remove duplicate npu2-common.o from $(HW_OBJS) | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot | success | Test snowpatch/job/snowpatch-skiboot on branch master |
On 10/1/19 2:58 am, Reza Arbab wrote: > 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>
diff --git a/include/npu2.h b/include/npu2.h index af4ff68..f2b5a23 100644 --- a/include/npu2.h +++ b/include/npu2.h @@ -164,7 +164,6 @@ struct npu2 { enum phys_map_type gpu_map_type; /* IODA cache */ - uint64_t lxive_cache[8]; uint64_t tve_cache[16]; bool tx_zcal_complete[2];
This variable is never used. Remove it. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> --- include/npu2.h | 1 - 1 file changed, 1 deletion(-)