]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: i2c: Fix example in instantiating-devices
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 8 Aug 2013 05:25:11 +0000 (10:55 +0530)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 19 Aug 2013 17:50:32 +0000 (19:50 +0200)
commitd38a7f3e77be18d4f59defee151f89598dc360f4
tree1aa4163ce57d4c0197ee1eb4d1e64db3436ec564
parenta560ba6f802b21cb8aeb968ec1cfe8925b00ec44
Documentation: i2c: Fix example in instantiating-devices

__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/i2c/instantiating-devices