diff mbox

i2c: fix reference to functionality constants definition

Message ID 4496c1554df0c37d12d109604426bd9a3ab1e974.1424343090.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach Feb. 19, 2015, 10:51 a.m. UTC
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>
---
 Documentation/i2c/functionality | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang Feb. 19, 2015, 4:01 p.m. UTC | #1
On Thu, Feb 19, 2015 at 12:51:30PM +0200, Baruch Siach wrote:
> 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>

Applied to for-next, thanks!
diff mbox

Patch

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
 -----------------------
 
 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)