diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-12-26 14:51:30 -0200 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2014-01-02 17:16:50 +0100 | 
| commit | fc740648bddbf1fdb26e6cba1a8b436a814ef8bc (patch) | |
| tree | 9cd53ad8de14c6ef49dc9ca897e979a29259ea13 /arch/arm/include/asm/arch-mx6/sys_proto.h | |
| parent | 5dc64ab730de14d9992c3f6ddce141d799a00106 (diff) | |
| download | olio-uboot-2014.01-fc740648bddbf1fdb26e6cba1a8b436a814ef8bc.tar.xz olio-uboot-2014.01-fc740648bddbf1fdb26e6cba1a8b436a814ef8bc.zip | |
mx6: soc: Staticize set_vddsoc()
set_vddsoc() is not used anywhere else, so make it static.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/sys_proto.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/sys_proto.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/include/asm/arch-mx6/sys_proto.h index 8c21364e7..17125a6f3 100644 --- a/arch/arm/include/asm/arch-mx6/sys_proto.h +++ b/arch/arm/include/asm/arch-mx6/sys_proto.h @@ -29,8 +29,6 @@ u32 get_cpu_rev(void);  const char *get_imx_type(u32 imxtype);  unsigned imx_ddr_size(void); -void set_vddsoc(u32 mv); -  /*   * Initializes on-chip ethernet controllers.   * to override, implement board_eth_init() |