From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> --- Documentation/i2c/writing-clients | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Documentation/i2c/writing-clients b/Documentation/i2c/writing-clients index 5aa5337..71248b2 100644 --- a/Documentation/i2c/writing-clients +++ b/Documentation/i2c/writing-clients @@ -266,6 +266,14 @@ be removed after kernel booting (or module loading) is completed. Likewise, functions marked by `__exit' are dropped by the compiler when the code is built into the kernel, as they would never be called. +The module_i2c_driver() macro can be used to reduce above code. + +MODULE_AUTHOR("Frodo Looijaard <frodol@xxxxxx>" +MODULE_DESCRIPTION("Driver for Barf Inc. Foo I2C devices"); +MODULE_LICENSE("GPL"); + +module_i2c_driver(foo_driver); + Power Management ================ -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html