This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-16 11:46:47 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3a632cb229
linux_dsm_epyc7002
/
arch
/
arm
/
mach-imx
/
clk.c
5 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
ARM: i.MX remove last leftovers from legacy clock support This also removes mach/clock.h along the way Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Mike Turquette <mturquette@linaro.org>
2012-09-11 13:50:00 +07:00
#
include
<linux/spinlock.h>
ARM: mach-imx: clk: Include "clk.h" Fix the following sparse warning: arch/arm/mach-imx/clk.c:3:1: warning: symbol 'imx_ccm_lock' was not declared. Should it be static? Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2013-03-25 19:20:38 +07:00
#
include
"clk.h"
ARM: i.MX remove last leftovers from legacy clock support This also removes mach/clock.h along the way Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Mike Turquette <mturquette@linaro.org>
2012-09-11 13:50:00 +07:00
DEFINE_SPINLOCK
(
imx_ccm_lock
)
;
Reference in New Issue
Copy Permalink