From: Andrew F. Davis Date: Mon, 12 Jun 2017 14:42:46 +0000 (-0500) Subject: DocBook: w1: Update W1 file locations and names in DocBook X-Git-Tag: v4.13-rc1~181^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f85e8813b2c9346821e704c175d8933d25410331;p=karo-tx-linux.git DocBook: w1: Update W1 file locations and names in DocBook Some of the files in the W1 subsystem have been moved or renamed, update the documentation for the same. Signed-off-by: Andrew F. Davis Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/DocBook/w1.tmpl b/Documentation/DocBook/w1.tmpl index b0228d4c81bb..c65cb27abef9 100644 --- a/Documentation/DocBook/w1.tmpl +++ b/Documentation/DocBook/w1.tmpl @@ -51,9 +51,9 @@ W1 API internal to the kernel - drivers/w1/w1.h - W1 core functions. -!Idrivers/w1/w1.h + include/linux/w1.h + W1 kernel API functions. +!Iinclude/linux/w1.h @@ -62,18 +62,18 @@ !Idrivers/w1/w1.c - - drivers/w1/w1_family.h - Allows registering device family operations. -!Idrivers/w1/w1_family.h - - drivers/w1/w1_family.c Allows registering device family operations. !Edrivers/w1/w1_family.c + + drivers/w1/w1_internal.h + W1 internal initialization for master devices. +!Idrivers/w1/w1_internal.h + + drivers/w1/w1_int.c W1 internal initialization for master devices.