Skip to content

Commit

Permalink
i2c: fix reference to functionality constants definition
Browse files Browse the repository at this point in the history
Since commit 607ca46 ('UAPI: (Scripted) Disintegrate include/linux') the
list of functionality constants moved to include/uapi/linux/i2c.h. Update the
reference accordingly.

Fixes: 607ca46 ('UAPI: (Scripted) Disintegrate include/linux')
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
baruchsiach authored and Wolfram Sang committed Feb 19, 2015
1 parent e6e5dd3 commit 8421d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/i2c/functionality
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FUNCTIONALITY CONSTANTS
-----------------------

For the most up-to-date list of functionality constants, please check
<linux/i2c.h>!
<uapi/linux/i2c.h>!

I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus
adapters typically can not do these)
Expand Down

0 comments on commit 8421d4f

Please sign in to comment.