Documentation/i2c: sync docs with current state of i2c-tools
authorSam Hansen <hansens@google.com>
Fri, 13 Apr 2018 17:42:56 +0000 (10:42 -0700)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 18 Apr 2018 08:09:15 +0000 (10:09 +0200)
commitb50cb3eaf7c8d13e427f991f7d52b485ca0fc65f
treed044ed8d69fc2a587acafdc95fb4fe131c66b3fa
parent675edea10badf5b3446275d60e1bd2105905d498
Documentation/i2c: sync docs with current state of i2c-tools

Currently, Documentation/i2c/dev-interface describes the use of
i2c_smbus_* helper routines as static inlined functions provided by
linux/i2c-dev.h.  Work has been done to refactor the linux/i2c-dev.h file
in the i2c-tools project out into its own library.  As a result, these
docs have become stale.

This patch corrects the discrepancy and directs the reader to the
i2c-tools project for more information.

Signed-off-by: Sam Hansen <hansens@google.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/i2c/dev-interface