This is a note to let you know that I've just added the patch titled

    drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drivers-misc-bmp085.c-add-module_device_table.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 97e419a082461f8a3a0818834eb88ad41219a1da Mon Sep 17 00:00:00 2001
From: Axel Lin <[email protected]>
Date: Fri, 4 Mar 2011 17:36:22 -0800
Subject: drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE

From: Axel Lin <[email protected]>

commit 97e419a082461f8a3a0818834eb88ad41219a1da upstream.

The device table is required to load modules based on modaliases.

Signed-off-by: Axel Lin <[email protected]>
Cc: Shubhrajyoti D <[email protected]>
Cc: Christoph Mair <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 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 = {


Patches currently in stable-queue which might be from [email protected] are

queue-2.6.37/drivers-misc-bmp085.c-add-module_device_table.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to