From: Mauro Carvalho Chehab Date: Fri, 22 Aug 2025 14:19:21 +0000 (+0200) Subject: docs: uapi: media: Makefile: use parse-headers.py X-Git-Tag: v6.18-rc1~107^2~57^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=319d2a7ebe8ecf3377099a84d49f9b0043242c23;p=thirdparty%2Fkernel%2Fstable.git docs: uapi: media: Makefile: use parse-headers.py Now that we have a new parser, use it. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/7025759744f74058eee55c35e8cd8cb5a2953fca.1755872208.git.mchehab+huawei@kernel.org --- diff --git a/Documentation/userspace-api/media/Makefile b/Documentation/userspace-api/media/Makefile index 3d8aaf5c253b9..accc734d045aa 100644 --- a/Documentation/userspace-api/media/Makefile +++ b/Documentation/userspace-api/media/Makefile @@ -3,7 +3,7 @@ # Rules to convert a .h file to inline RST documentation SRC_DIR=$(srctree)/Documentation/userspace-api/media -PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl +PARSER = $(srctree)/tools/docs/parse-headers.py UAPI = $(srctree)/include/uapi/linux KAPI = $(srctree)/include/linux