RE: linux-next: build warning after merge of the edac tree
From: Shiju Jose
Date: Fri Feb 28 2025 - 05:11:31 EST
>-----Original Message-----
>From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
>Sent: 28 February 2025 07:51
>To: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>; Borislav Petkov
><bp@xxxxxxxxx>; Tony Luck <tony.luck@xxxxxxxxx>
>Cc: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>; Shiju Jose
><shiju.jose@xxxxxxxxxx>; Linux Kernel Mailing List <linux-
>kernel@xxxxxxxxxxxxxxx>; Linux Next Mailing List <linux-next@xxxxxxxxxxxxxxx>
>Subject: linux-next: build warning after merge of the edac tree
>
>Hi all,
>
>After merging the edac tree, today's linux-next build (htmldocs) produced this
>warning:
>
>Documentation/edac/index.rst: WARNING: document isn't included in any
>toctree
>
>Introduced by commit
>
> db99ea5f2c03 ("EDAC: Add support for EDAC device features control")
Thanks Stephen for reporting this warning.
Hi All,
Following change fix this warning.
diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index b52ad5b969d4..ff4fe8c936c8 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -71,6 +71,7 @@ Other subsystems
accounting/index
cpu-freq/index
+ edac/index
fpga/index
i2c/index
iio/index
>
>--
>Cheers,
>Stephen Rothwell
Thanks,
Shiju