summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/la_priv.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-03-25 23:41:00 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:52:52 -0700
commit91d9d5a1758ac92f9169adaec44e9aaa51e59b4b (patch)
tree671842aeebcf2b4d41a4f6c9719e771199d32839 /arch/arm/mach-tegra/la_priv.h
parent88070d223f74ec9886c1796fb5a63b8caf101627 (diff)
ARM: tegra: la: Fix build warnings
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/la_priv.h')
-rw-r--r--arch/arm/mach-tegra/la_priv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/la_priv.h b/arch/arm/mach-tegra/la_priv.h
index 3a8efb674e62..cd7a7f4680df 100644
--- a/arch/arm/mach-tegra/la_priv.h
+++ b/arch/arm/mach-tegra/la_priv.h
@@ -57,7 +57,7 @@ do { \
struct la_client_info {
unsigned int fifo_size_in_atoms;
unsigned int expiration_in_ns; /* worst case expiration value */
- unsigned long reg_addr;
+ void *reg_addr;
unsigned long mask;
unsigned long shift;
enum tegra_la_id id;
@@ -77,13 +77,13 @@ struct la_scaling_info {
struct la_scaling_reg_info {
enum tegra_la_id id;
- unsigned int tl_reg_addr;
+ void *tl_reg_addr;
unsigned int tl_mask;
unsigned int tl_shift;
- unsigned int tm_reg_addr;
+ void *tm_reg_addr;
unsigned int tm_mask;
unsigned int tm_shift;
- unsigned int th_reg_addr;
+ void *th_reg_addr;
unsigned int th_mask;
unsigned int th_shift;
};