OSDN Git Service

docs: genericirq.rst: don't document chip.c functions twice
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 28 Sep 2020 11:13:07 +0000 (13:13 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:41 +0000 (07:49 +0200)
commit9b9b0bda7d8acc7400f868147997b55093d69416
tree5a8be72f4da7828982a51c1e7a849bd94b3bbc3e
parent640e3f80a6f23b07525d619558b50957ee8d78a1
docs: genericirq.rst: don't document chip.c functions twice

Currently, kernel/irq/chip.c is included twice, one for
export functions, and then for internal ones. However, as
the :export:  and :internal: tags are missing, they ended
being included twice.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/core-api/genericirq.rst