mirror of https://gitee.com/openkylin/linux.git
[media] coda: coda-common: Remove mx53 entry from coda_platform_ids
As mx53 is a dt-only architecture we can safely remove its entry from the coda_platform_ids[] structure. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
4a8ba33197
commit
a6c896c1b2
|
@ -2001,7 +2001,6 @@ static const struct coda_devtype coda_devdata[] = {
|
|||
|
||||
static struct platform_device_id coda_platform_ids[] = {
|
||||
{ .name = "coda-imx27", .driver_data = CODA_IMX27 },
|
||||
{ .name = "coda-imx53", .driver_data = CODA_IMX53 },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(platform, coda_platform_ids);
|
||||
|
|
Loading…
Reference in New Issue