Sascha Hauer e909c682d0 [media] coda: Fix build due to iram.h rename
commit c045e3f13 (ARM: imx: include iram.h rather than mach/iram.h) changed the
location of iram.h, which causes the following build error when building the coda
driver:

drivers/media/platform/coda.c:27:23: error: mach/iram.h: No such file or directory
drivers/media/platform/coda.c: In function 'coda_probe':
drivers/media/platform/coda.c:2000: error: implicit declaration of function 'iram_alloc'
drivers/media/platform/coda.c:2001: warning: assignment makes pointer from integer without a cast
drivers/media/platform/coda.c: In function 'coda_remove':
drivers/media/platform/coda.c:2024: error: implicit declaration of function 'iram_free'

Since the content of iram.h is not imx specific, move it to
include/linux/platform_data/imx-iram.h instead. This is an intermediate solution
until the i.MX iram allocator is converted to the generic SRAM allocator.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-01-08 09:44:06 +01:00
..
2012-10-19 18:46:51 +01:00
2012-09-17 20:55:54 +01:00
2012-06-30 10:15:07 +01:00
2012-09-08 10:20:09 +01:00
2012-12-05 10:55:54 -08:00
2012-10-09 07:07:14 +09:00
2012-07-11 15:36:45 -07:00
2012-11-02 12:00:36 -07:00
2012-05-22 06:48:02 -07:00
2012-12-03 18:48:23 +01:00
2012-09-23 21:08:33 -07:00
2012-08-16 12:12:25 -07:00
2012-12-12 11:45:16 -08:00
2012-06-13 13:13:37 +01:00
2012-09-14 08:14:07 +05:30
2012-12-06 13:54:51 -05:00
2012-09-05 13:21:46 -07:00
2012-09-18 12:28:22 +02:00