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-11-19 22:22:15 +00:00
2012-09-08 10:20:09 +01:00
2012-11-30 12:57:08 +00:00
2012-11-05 20:39:54 +00:00
2012-12-05 10:55:54 -08:00
2012-10-15 10:05:43 +08:00
2012-09-19 17:42:17 +02:00
2012-09-17 07:35:08 -04:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-11-28 19:18:00 +00:00
2012-10-09 07:07:14 +09:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-09-14 11:16:40 +02:00
2012-11-19 17:44:54 +01:00
2012-09-14 11:17:21 +02:00
2012-09-22 01:07:21 -07:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:18:10 +02:00
2012-11-21 11:02:44 -08:00
2012-06-10 18:41:40 +02:00
2012-08-24 17:42:10 -07:00
2012-07-11 15:36:45 -07:00
2012-09-06 15:58:04 -07:00
2012-11-05 09:55:33 +01:00
2012-11-14 22:09:06 -05:00
2012-11-05 09:55:32 +01:00
2012-12-07 14:46:56 +09:00
2012-11-15 20:50:34 +08:00
2012-09-14 11:16:40 +02:00
2012-09-14 11:16:55 +02:00
2012-09-14 11:17:21 +02:00
2012-10-15 10:03:17 +08:00
2012-09-14 11:18:10 +02:00
2012-11-20 15:59:00 +01:00
2012-11-05 09:55:32 +01:00
2012-11-16 10:35:08 -06:00
2012-09-19 17:39:52 +02:00
2012-09-14 11:17:36 +02:00
2012-09-24 14:44:38 +08:00
2012-11-02 12:00:36 -07:00
2012-12-10 11:23:25 +01:00
2012-09-19 17:42:18 +02:00
2012-11-19 09:57:16 +01:00
2012-09-14 11:16:54 +02:00
2012-09-14 11:17:21 +02:00
2012-10-06 13:20:33 +02:00
2012-09-14 11:18:59 +02:00
2012-09-19 17:42:18 +02:00
2013-01-08 09:44:06 +01:00
2012-05-22 06:48:02 -07:00
2012-12-03 18:48:23 +01:00
2012-09-14 11:18:10 +02:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:19 +02:00
2012-09-14 11:16:55 +02:00
2012-09-14 11:19:00 +02:00
2012-09-19 17:39:52 +02:00
2012-09-14 11:18:10 +02:00
2012-09-14 11:18:59 +02:00
2012-09-14 11:16:54 +02:00
2012-09-19 17:39:52 +02:00
2012-09-19 17:42:17 +02:00
2012-09-19 17:42:17 +02:00
2012-09-11 18:32:43 +08:00
2012-09-13 11:56:41 +08:00
2012-10-17 12:03:18 -07:00
2012-09-24 19:12:29 +08:00
2012-09-19 17:42:18 +02:00
2012-10-06 03:04:53 +09:00
2012-10-06 03:04:53 +09:00
2012-12-17 17:15:16 -08:00
2012-09-20 18:07:23 -07:00
2012-10-23 02:40:10 -04:00
2012-09-23 21:08:33 -07:00
2012-08-16 12:12:25 -07:00
2012-09-14 11:18:57 +02:00
2012-10-05 22:35:16 -03:00
2012-09-14 11:16:54 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:17:35 +02:00
2012-09-19 17:42:17 +02:00
2012-09-14 11:17:21 +02:00
2012-12-12 11:45:16 -08:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-09-14 11:18:57 +02:00
2012-06-13 13:13:37 +01:00
2012-09-14 08:14:07 +05:30
2012-09-14 11:18:10 +02:00
2012-09-14 11:16:54 +02:00
2012-09-14 11:16:54 +02:00
2012-09-14 11:17:21 +02:00
2012-10-15 14:42:10 +05:30
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-10-15 14:42:03 +05:30
2012-09-19 17:42:17 +02:00
2012-07-30 17:25:12 -07:00
2012-09-10 16:34:00 -07:00
2012-10-30 11:10:00 -07:00
2012-11-07 09:35:53 -08:00
2012-12-07 12:54:31 +09:00
2012-10-29 20:49:44 -06:00
2012-09-14 11:18:10 +02:00
2012-11-21 08:55:22 +01:00
2012-11-05 09:55:29 +01:00
2012-11-19 23:56:59 +01:00
2012-11-16 11:35:30 +00:00
2012-12-06 13:54:51 -05:00
2012-10-04 09:11:57 -07:00
2012-07-17 10:54:29 -07:00
2012-11-16 11:35:29 +00:00
2012-08-22 19:34:51 +01:00
2012-09-05 13:21:46 -07:00
2012-09-14 11:17:21 +02:00
2012-12-14 14:50:09 -08:00
2012-09-18 12:28:22 +02:00
2012-09-23 21:08:35 -07:00
2012-12-05 23:14:38 +00:00
2012-09-14 11:16:54 +02:00
2012-09-14 11:16:55 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:18:59 +02:00
2012-11-14 12:16:17 +09:00
2012-09-19 17:42:18 +02:00
2012-11-05 23:50:27 +01:00
2012-09-19 17:42:18 +02:00
2012-10-24 15:39:08 -07:00
2012-10-27 16:28:32 +05:30
2012-09-14 11:16:54 +02:00
2012-09-14 11:17:21 +02:00
2012-09-19 17:42:17 +02:00
2012-09-19 17:42:18 +02:00
2012-09-19 17:42:18 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:19:00 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-12-14 11:48:06 -08:00
2012-09-14 11:18:10 +02:00
2012-09-19 17:42:18 +02:00
2012-09-14 11:16:55 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:17:35 +02:00
2012-09-14 11:17:21 +02:00
2012-09-14 11:18:59 +02:00
2012-09-14 11:18:10 +02:00
2012-09-14 11:18:58 +02:00
2012-09-19 17:39:52 +02:00