projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85882d
)
metag/mm/cache: Restrict scope for metag_lnkget_probe
author
Markos Chandras
<markos.chandras@imgtec.com>
Wed, 8 May 2013 15:29:16 +0000
(16:29 +0100)
committer
James Hogan
<james.hogan@imgtec.com>
Thu, 13 Jun 2013 11:55:28 +0000
(12:55 +0100)
Hide symbol since it's only used within the cache.c file
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/mm/cache.c
patch
|
blob
|
history
diff --git
a/arch/metag/mm/cache.c
b/arch/metag/mm/cache.c
index b5d3b2e7c1606b3fc30500fd6064e11a96343a6e..a62285284ab8f02d7519865bc9e7ba0456156ac8 100644
(file)
--- a/
arch/metag/mm/cache.c
+++ b/
arch/metag/mm/cache.c
@@
-45,7
+45,7
@@
static volatile u32 lnkget_testdata[16] __initdata __aligned(64);
#define LNKGET_CONSTANT 0xdeadbeef
-void __init metag_lnkget_probe(void)
+
static
void __init metag_lnkget_probe(void)
{
int temp;
long flags;