diff mbox series

[4/9] npu2: Remove unused npu2::lxive_cache

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

Checks

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

Commit Message

Reza Arbab Jan. 9, 2019, 3:58 p.m. UTC
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(-)

Comments

Andrew Donnellan Jan. 9, 2019, 11:39 p.m. UTC | #1
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 mbox series

Patch

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];