aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2011-07-09 21:14:28 -0400
committerPaul Walmsley <paul@pwsan.com>2011-07-09 21:14:28 -0400
commit7ecc5373fe5788b993820eb0bc0e4b7c282147e2 (patch)
tree4be2d6e833cb16a597eef34d0b99fa80f5888cfb /arch/arm/mach-omap2
parent9b4021befe59e53454d2fe0a4d22e269f1e843b1 (diff)
OMAP4: hwmod data: Remove un-needed parens
A couple of parens were added around some flags. Remove them, since they are not needed and not used for any other hwmods. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Paul Walmsley <paul@pwsan.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index f1138e48b24..eb00c08b348 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3735,7 +3735,7 @@ static struct omap_hwmod_ocp_if *omap44xx_mpu_masters[] = {
3735static struct omap_hwmod omap44xx_mpu_hwmod = { 3735static struct omap_hwmod omap44xx_mpu_hwmod = {
3736 .name = "mpu", 3736 .name = "mpu",
3737 .class = &omap44xx_mpu_hwmod_class, 3737 .class = &omap44xx_mpu_hwmod_class,
3738 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET), 3738 .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
3739 .mpu_irqs = omap44xx_mpu_irqs, 3739 .mpu_irqs = omap44xx_mpu_irqs,
3740 .main_clk = "dpll_mpu_m2_ck", 3740 .main_clk = "dpll_mpu_m2_ck",
3741 .prcm = { 3741 .prcm = {
@@ -4749,7 +4749,7 @@ static struct omap_hwmod_ocp_if *omap44xx_uart3_slaves[] = {
4749static struct omap_hwmod omap44xx_uart3_hwmod = { 4749static struct omap_hwmod omap44xx_uart3_hwmod = {
4750 .name = "uart3", 4750 .name = "uart3",
4751 .class = &omap44xx_uart_hwmod_class, 4751 .class = &omap44xx_uart_hwmod_class,
4752 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET), 4752 .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
4753 .mpu_irqs = omap44xx_uart3_irqs, 4753 .mpu_irqs = omap44xx_uart3_irqs,
4754 .sdma_reqs = omap44xx_uart3_sdma_reqs, 4754 .sdma_reqs = omap44xx_uart3_sdma_reqs,
4755 .main_clk = "uart3_fck", 4755 .main_clk = "uart3_fck",