X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fi2c.h;h=b66cb601435fa732388a3f2c79b3b1af00ebbc4b;hb=fb8b00675eb6462aacab56bca31ed6107bda5314;hp=8e25a9167f1303f3d07e63a26beb93f5d2987e98;hpb=19e75ed46faffbe795c306eed2a79010c7244a68;p=cascardo%2Flinux.git diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 8e25a9167f13..b66cb601435f 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -17,7 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301 USA. */ /* ------------------------------------------------------------------------- */ /* With some changes from Kyösti Mälkki and @@ -231,6 +232,7 @@ struct i2c_client { #define to_i2c_client(d) container_of(d, struct i2c_client, dev) extern struct i2c_client *i2c_verify_client(struct device *dev); +extern struct i2c_adapter *i2c_verify_adapter(struct device *dev); static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) {