[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110310235536.747224966@clark.kroah.org>
Date: Thu, 10 Mar 2011 15:54:13 -0800
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org, stable@...nel.org
Cc: stable-review@...nel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, alan@...rguk.ukuu.org.uk,
Axel Lin <axel.lin@...il.com>,
Shubhrajyoti D <shubhrajyoti@...com>,
Christoph Mair <christoph.mair@...il.com>,
Jonathan Cameron <jic23@....ac.uk>
Subject: [patch 07/29] drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE
2.6.37-stable review patch. If anyone has any objections, please let us know.
------------------
From: Axel Lin <axel.lin@...il.com>
commit 97e419a082461f8a3a0818834eb88ad41219a1da upstream.
The device table is required to load modules based on modaliases.
Signed-off-by: Axel Lin <axel.lin@...il.com>
Cc: Shubhrajyoti D <shubhrajyoti@...com>
Cc: Christoph Mair <christoph.mair@...il.com>
Cc: Jonathan Cameron <jic23@....ac.uk>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/misc/bmp085.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/misc/bmp085.c
+++ b/drivers/misc/bmp085.c
@@ -449,6 +449,7 @@ static const struct i2c_device_id bmp085
{ "bmp085", 0 },
{ }
};
+MODULE_DEVICE_TABLE(i2c, bmp085_id);
static struct i2c_driver bmp085_driver = {
.driver = {
--
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