diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-02-19 05:51:30 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-02-19 10:57:48 -0500 |
commit | 8421d4fe8ec5360a8af0c29f3570feaf79e7f27a (patch) | |
tree | df9e9aec10ebbe39e10b420f0d6816beee9c0288 /Documentation | |
parent | e6e5dd3566e092459a11083e5c0775d01df8682f (diff) |
i2c: fix reference to functionality constants definition
Since commit 607ca46e97 ('UAPI: (Scripted) Disintegrate include/linux') the
list of functionality constants moved to include/uapi/linux/i2c.h. Update the
reference accordingly.
Fixes: 607ca46e97 ('UAPI: (Scripted) Disintegrate include/linux')
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/functionality | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/functionality b/Documentation/i2c/functionality index 4556a3eb87c4..4aae8ed15873 100644 --- a/Documentation/i2c/functionality +++ b/Documentation/i2c/functionality | |||
@@ -12,7 +12,7 @@ FUNCTIONALITY CONSTANTS | |||
12 | ----------------------- | 12 | ----------------------- |
13 | 13 | ||
14 | For the most up-to-date list of functionality constants, please check | 14 | For the most up-to-date list of functionality constants, please check |
15 | <linux/i2c.h>! | 15 | <uapi/linux/i2c.h>! |
16 | 16 | ||
17 | I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus | 17 | I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus |
18 | adapters typically can not do these) | 18 | adapters typically can not do these) |