]> Pileus Git - ~andy/linux/commitdiff
bus: mvebu-mbus: Remove deprecated comment
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Wed, 13 Nov 2013 17:39:47 +0000 (14:39 -0300)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 16:39:41 +0000 (16:39 +0000)
Remove a comment about the lack of a devicetree binding: this driver's
binding is already implemented and in use.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/bus/mvebu-mbus.c

index c646a769e1f51f2e27fe619fb16f9f7d5f6eb907..725c46162bbd1cb0ad05624502ad16030e5991ca 100644 (file)
@@ -588,12 +588,6 @@ static const struct mvebu_mbus_soc_data mv78xx0_mbus_data = {
        .show_cpu_target     = mvebu_sdram_debug_show_orion,
 };
 
-/*
- * The driver doesn't yet have a DT binding because the details of
- * this DT binding still need to be sorted out. However, as a
- * preparation, we already use of_device_id to match a SoC description
- * string against the SoC specific details of this driver.
- */
 static const struct of_device_id of_mvebu_mbus_ids[] = {
        { .compatible = "marvell,armada370-mbus",
          .data = &armada_370_xp_mbus_data, },