projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba742b5
)
vcsm: fix multi-platform build
author
Dan Pasanen
<dan.pasanen@gmail.com>
Wed, 20 Sep 2017 15:17:41 +0000
(10:17 -0500)
committer
popcornmix
<popcornmix@gmail.com>
Wed, 20 Sep 2017 15:26:15 +0000
(16:26 +0100)
drivers/char/broadcom/vc_sm/vmcs_sm.c
patch
|
blob
|
history
diff --git
a/drivers/char/broadcom/vc_sm/vmcs_sm.c
b/drivers/char/broadcom/vc_sm/vmcs_sm.c
index ffbfa204e4837855068c2b8fb90ed61ef1c847a0..3d9cd0591d27537529e40370125ad64895e5f0b9 100644
(file)
--- a/
drivers/char/broadcom/vc_sm/vmcs_sm.c
+++ b/
drivers/char/broadcom/vc_sm/vmcs_sm.c
@@
-223,6
+223,7
@@
typedef void cache_flush_op_fn(const void *, const void *);
#if defined(CONFIG_CPU_CACHE_V7)
extern cache_flush_op_fn v7_dma_inv_range;
extern cache_flush_op_fn v7_dma_clean_range;
+extern cache_flush_op_fn v7_dma_flush_range;
static cache_flush_op_fn * const flushops[4] =
{
0,
@@
-233,6
+234,7
@@
static cache_flush_op_fn * const flushops[4] =
#elif defined(CONFIG_CPU_CACHE_V6)
extern cache_flush_op_fn v6_dma_inv_range;
extern cache_flush_op_fn v6_dma_clean_range;
+extern cache_flush_op_fn v6_dma_flush_range;
static cache_flush_op_fn * const flushops[4] =
{
0,