diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-05-30 02:54:30 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-06-10 08:43:09 -0400 | 
| commit | 9239f5b62550e9f1438c784cb8d1e578dc3852a8 (patch) | |
| tree | 9d8454c3f4c4dc475c94af71f942ff504ad45940 /arch/arm/include/asm/omap_common.h | |
| parent | e0a8c99e6103a9052510ea9e2067c18cb688e1cb (diff) | |
| download | olio-uboot-2014.01-9239f5b62550e9f1438c784cb8d1e578dc3852a8.tar.xz olio-uboot-2014.01-9239f5b62550e9f1438c784cb8d1e578dc3852a8.zip | |
ARM: OMAP4+: Cleanup header files
After having the u-boot clean up series, there are
many definitions that are unused in header files.
Removing all those unused ones.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
| -rw-r--r-- | arch/arm/include/asm/omap_common.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index f8f3719bd..712d78b0a 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -367,6 +367,7 @@ struct omap_sys_ctrl_regs {  	u32 control_ldosram_iva_voltage_ctrl;  	u32 control_ldosram_mpu_voltage_ctrl;  	u32 control_ldosram_core_voltage_ctrl; +	u32 control_usbotghs_ctrl;  	u32 control_padconf_core_base;  	u32 control_paconf_global;  	u32 control_paconf_mode; @@ -555,9 +556,6 @@ void abb_setup(u32 fuse, u32 ldovbb, u32 setup, u32 control,  	       u32 txdone, u32 txdone_mask, u32 opp);  s8 abb_setup_ldovbb(u32 fuse, u32 ldovbb); -/* Max value for DPLL multiplier M */ -#define OMAP_DPLL_MAX_N	127 -  /* HW Init Context */  #define OMAP_INIT_CONTEXT_SPL			0  #define OMAP_INIT_CONTEXT_UBOOT_FROM_NOR	1 |