summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-03-09 10:44:13 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-14 13:05:19 +0100
commit14dd37fc7b65f6f7e362d44acad4603d4db4821d (patch)
tree26f408e948ee13c634eef5e7c33ef1d78f731c4d /drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
parent8b0217965418f2bd27214b075e8d538f1b75df48 (diff)
staging: vc04_services: Remove cache-line-size property (v3)
It's been tempting to replace this with (L1) cache_line_size(), but that's really not what the value is about. It's about coordinating the condition for the pagelist fragment behavior between the two sides. However, the property was not accepted for the upstream DT binding, so we have to use the firmware's fallback value. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
index a6c5f7cc78f0..bec411061554 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
@@ -34,7 +34,6 @@
#ifndef VCHIQ_PAGELIST_H
#define VCHIQ_PAGELIST_H
-#define CACHE_LINE_SIZE 32
#define PAGELIST_WRITE 0
#define PAGELIST_READ 1
#define PAGELIST_READ_WITH_FRAGMENTS 2