[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200807011614.19670.fenkes@de.ibm.com>
Date: Tue, 1 Jul 2008 16:14:19 +0200
From: Joachim Fenkes <fenkes@...ibm.com>
To: LinuxPPC-Dev <linuxppc-dev@...abs.org>,
LKML <linux-kernel@...r.kernel.org>,
OF-General <general@...ts.openfabrics.org>,
Roland Dreier <rolandd@...co.com>,
OF-EWG <ewg@...ts.openfabrics.org>
Cc: Stefan Roscher <stefan.roscher@...ibm.com>,
Christoph Raisch <raisch@...ibm.com>,
"Hoang-Nam Nguyen" <hnguyen@...ibm.com>
Subject: [PATCH] IB/ehca: Make device table externally visible
This gives ehca an autogenerated modalias and therefore enables automatic loading.
Signed-off-by: Joachim Fenkes <fenkes@...ibm.com>
---
drivers/infiniband/hw/ehca/ehca_main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/infiniband/hw/ehca/ehca_main.c b/drivers/infiniband/hw/ehca/ehca_main.c
index 482103e..598844d 100644
--- a/drivers/infiniband/hw/ehca/ehca_main.c
+++ b/drivers/infiniband/hw/ehca/ehca_main.c
@@ -923,6 +923,7 @@ static struct of_device_id ehca_device_table[] =
},
{},
};
+MODULE_DEVICE_TABLE(of, ehca_device_table);
static struct of_platform_driver ehca_driver = {
.name = "ehca",
--
1.5.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists