linux/arch/mips/powertv/asic
Markos Chandras c055629b27 MIPS: powertv: Fix arguments for free_reserved_area()
Commit 6e7582bf35
"MIPS: PowerTV: use free_reserved_area() to simplify code"

merged in 3.11-rc1, broke the build for the powertv defconfig with
the following build error:

arch/mips/powertv/asic/asic_devices.c: In function 'platform_release_memory':
arch/mips/powertv/asic/asic_devices.c:533:7: error: passing argument 1 of
'free_reserved_area' makes pointer from integer without a cast [-Werror]

The free_reserved_area() function expects a void * pointer for the start
address and a void * pointer for the end one.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5624/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2013-07-30 18:50:31 +02:00
..
asic_devices.c MIPS: powertv: Fix arguments for free_reserved_area() 2013-07-30 18:50:31 +02:00
asic_int.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
asic-calliope.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
asic-cronus.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
asic-gaia.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
asic-zeus.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
irq_asic.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
Makefile MIPS: Remove all -Wall and almost all -Werror usage from arch/mips. 2012-05-21 15:09:36 +01:00
prealloc-calliope.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
prealloc-cronus.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
prealloc-cronuslite.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
prealloc-gaia.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
prealloc-zeus.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
prealloc.h MIPS: Clean up tables for bootmem allocation 2010-05-21 21:31:17 +01:00