• H
    ahci_platform: Drop support for imx53-ahci platform device type · c093e1d3
    Hans de Goede 提交于
    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: NHans de Goede <hdegoede@redhat.com>
    Signed-off-by: NTejun Heo <tj@kernel.org>
    c093e1d3
ahci_platform.c 15.1 KB