]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/i2c.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[linux-2.6-omap-h63xx.git] / include / linux / i2c.h
index c86c3b07604c2cf46cd492ef948e826f2d9c58d0..00ee11eb9092994aa7317dcf7d24ec1357a48c09 100644 (file)
@@ -353,8 +353,8 @@ struct i2c_adapter {
        void *algo_data;
 
        /* --- administration stuff. */
-       int (*client_register)(struct i2c_client *);
-       int (*client_unregister)(struct i2c_client *);
+       int (*client_register)(struct i2c_client *) __deprecated;
+       int (*client_unregister)(struct i2c_client *) __deprecated;
 
        /* data fields that are valid for all devices   */
        u8 level;                       /* nesting level for lockdep */