From: Hans de Goede Date: Sat, 22 Feb 2014 16:22:54 +0000 (+0100) Subject: ahci_platform: Drop support for imx53-ahci platform device type X-Git-Tag: v3.15-rc1~161^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c093e1d36e317c5ac2dc788f407119259fc260fe;p=pandora-kernel.git 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 Signed-off-by: Hans de Goede Signed-off-by: Tejun Heo --- Reading git-diff-tree failed