Skip to content

Commit 1afa754

Browse files
ccpalextmlind
authored andcommitted
ARM: AM33xx: PRM: Remove redundand defines
AM33XX_PRM_RSTCTRL_OFFSET is already defined in prm33xx.h and AM33XX_RST_GLOBAL_WARM_SW_MASK in prm-regbits-33xx.h. Signed-off-by: Alexander Sverdlin <[email protected]> Message-ID: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent c6e33ed commit 1afa754

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/mach-omap2/prm33xx.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
#include "prm33xx.h"
1616
#include "prm-regbits-33xx.h"
1717

18-
#define AM33XX_PRM_RSTCTRL_OFFSET 0x0000
19-
20-
#define AM33XX_RST_GLOBAL_WARM_SW_MASK (1 << 0)
21-
2218
/* Read a register in a PRM instance */
2319
static u32 am33xx_prm_read_reg(s16 inst, u16 idx)
2420
{

0 commit comments

Comments
 (0)