summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-10-21 17:51:53 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:32 -0800
commiteea0ad44f1f9f517a715824350933fb3021560ce (patch)
tree576027f74a5a38aa341173da724ee36282dc8cd9 /drivers/video/tegra/host
parentc5c042906af2152211c200cf0cc49b9b5ce5507d (diff)
video: tegra: host: Fix incompatible function prototype
Change-Id: I3e5a7d17d80e863bf3ca8249cd0f557124d67057 Reviewed-on: http://git-master/r/59765 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R90fa53d3cba76abf9e2ff2686467f805a5485c4d
Diffstat (limited to 'drivers/video/tegra/host')
-rw-r--r--drivers/video/tegra/host/t20/debug_t20.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/t20/debug_t20.c b/drivers/video/tegra/host/t20/debug_t20.c
index ed4a5e1de21c..5e4272d3acad 100644
--- a/drivers/video/tegra/host/t20/debug_t20.c
+++ b/drivers/video/tegra/host/t20/debug_t20.c
@@ -106,8 +106,8 @@ static int show_channel_command(struct output *o, u32 addr, u32 val, int *count)
* TODO: This uses ioremap_xxx on memory which is deprecated.
* Also, it won't work properly with SMMU.
*/
-static void show_channel_gather(struct output *o, u32 addr, u32 phys_addr,
- phys_addr_t words, struct nvhost_cdma *cdma);
+static void show_channel_gather(struct output *o, u32 addr,
+ phys_addr_t phys_addr, u32 words, struct nvhost_cdma *cdma);
static void show_channel_word(struct output *o, int *state, int *count,
u32 addr, u32 val, struct nvhost_cdma *cdma)