projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6fab4
)
stm32mp1: remove duplicate function declaration
author
Yann Gautier
<yann.gautier@st.com>
Fri, 9 Nov 2018 16:47:34 +0000
(17:47 +0100)
committer
Yann Gautier
<yann.gautier@st.com>
Fri, 9 Nov 2018 17:22:11 +0000
(18:22 +0100)
It is already in include/drivers/st/stm32mp1_ddr_helpers.h.
Signed-off-by: Yann Gautier <yann.gautier@st.com>
include/drivers/st/stm32mp1_ddr_regs.h
patch
|
blob
|
history
diff --git
a/include/drivers/st/stm32mp1_ddr_regs.h
b/include/drivers/st/stm32mp1_ddr_regs.h
index 9598d9ba5511068dc4201ca9aaf5e51a0fc23f8b..288e072d211a0c1c6ac603051db7f50f393a3bb4 100644
(file)
--- a/
include/drivers/st/stm32mp1_ddr_regs.h
+++ b/
include/drivers/st/stm32mp1_ddr_regs.h
@@
-408,6
+408,4
@@
struct stm32mp1_ddrphy {
#define DDRPHYC_DXNDLLCR_SDPHASE_MASK GENMASK(17, 14)
#define DDRPHYC_DXNDLLCR_SDPHASE_SHIFT 14
-void ddr_enable_clock(void);
-
#endif /* STM32MP1_DDR_REGS_H */