aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fsl
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2019-02-21 12:37:31 +0200
committerLi Yang <leoyang.li@nxp.com>2019-02-26 11:48:04 -0600
commitae23a0fe58887a1c0518062b49bf8ac30209c26c (patch)
treed2cd3e0e15ddc623eb1f15f198bcd0d986c4a50b /include/linux/fsl
parentsoc: fsl: dpio: fix memory leak of a struct qbman on error exit path (diff)
downloadwireguard-linux-ae23a0fe58887a1c0518062b49bf8ac30209c26c.tar.xz
wireguard-linux-ae23a0fe58887a1c0518062b49bf8ac30209c26c.zip
soc: fsl: guts: make fsl_guts_get_svr() static
The export of fsl_guts_get_svr() is a left-over, it's currently used only internally and users needing SoC information should use the generic soc_device infrastructure. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Acked-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'include/linux/fsl')
-rw-r--r--include/linux/fsl/guts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fsl/guts.h b/include/linux/fsl/guts.h
index 941b11811f85..1fc0edd71c52 100644
--- a/include/linux/fsl/guts.h
+++ b/include/linux/fsl/guts.h
@@ -135,8 +135,6 @@ struct ccsr_guts {
u32 srds2cr1; /* 0x.0f44 - SerDes2 Control Register 0 */
} __attribute__ ((packed));
-u32 fsl_guts_get_svr(void);
-
/* Alternate function signal multiplex control */
#define MPC85xx_PMUXCR_QE(x) (0x8000 >> (x))