ahci_platform: Drop support for imx53-ahci platform device type
authorHans de Goede <hdegoede@redhat.com>
Sat, 22 Feb 2014 16:22:54 +0000 (17:22 +0100)
committerTejun Heo <tj@kernel.org>
Sat, 22 Feb 2014 22:13:01 +0000 (17:13 -0500)
commitc093e1d36e317c5ac2dc788f407119259fc260fe
treebf7cf79fc144106a04fcfd3c70c6f74348c2e9f3
parentf1df8641e27b7edb978bdc7aaf50c235bc9e8be9
ahci_platform: Drop support for imx53-ahci platform device type

Since the 3.13 release the ahci_imx driver has proper devicetree enabled
support for ahci on imx53 and that is used instead of the old board file
created imx53-ahci platform device.

Note this patch also complete drops the id-table, an id-table is not needed
for a single id platform driver, the name field in the driver struct suffices.

And the code already has an explicit "MODULE_ALIAS("platform:ahci");" so the
id-table is not needed for that either.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci_platform.c