2.6.37-stable review patch. If anyone has any objections, please let us know.
------------------ 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 = { _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
