diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-25 22:42:34 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-25 22:42:34 -0700 |
commit | ddbc1801d43e7414811321fe8c07d86f04e743d0 (patch) | |
tree | 02c2ba217b111a15753ece4945c4d1ce1437c499 /arch | |
parent | 74ccd0730ec13e30fdb74188992e053fa018bbcc (diff) |
fixup: pinmux-tegra20-tables compile
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/pinmux-tegra20-tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/pinmux-tegra20-tables.c b/arch/arm/mach-tegra/pinmux-tegra20-tables.c index 4b7033efef63..d12f045ca90a 100644 --- a/arch/arm/mach-tegra/pinmux-tegra20-tables.c +++ b/arch/arm/mach-tegra/pinmux-tegra20-tables.c @@ -42,7 +42,7 @@ [TEGRA_DRIVE_PINGROUP_ ## pg_name] = { \ .name = #pg_name, \ .reg_bank = 3, \ - .reg = ((r) - PINGROUP_REG_A) \ + .reg = ((r) - PINGROUP_REG_A), \ .drvup_offset = drv_up_offset, \ .drvup_mask = drv_up_mask, \ .drvdown_offset = drv_down_offset, \ @@ -57,7 +57,7 @@ [TEGRA_DRIVE_PINGROUP_ ## pg_name] = { \ .name = #pg_name, \ .reg_bank = 3, \ - .reg = ((r) - PINGROUP_REG_A) \ + .reg = ((r) - PINGROUP_REG_A), \ .drvup_offset = 20, \ .drvup_mask = 0x1f, \ .drvdown_offset = 12, \ |