From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932305AbbFSOKf (ORCPT ); Fri, 19 Jun 2015 10:10:35 -0400 Received: from lb3-smtp-cloud6.xs4all.net ([194.109.24.31]:59429 "EHLO lb3-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932218AbbFSOK2 (ORCPT ); Fri, 19 Jun 2015 10:10:28 -0400 Message-ID: <1434723025.2385.144.camel@x220> Subject: [PATCH] Doc: MODULE_SUPPORTED_DEVICE is not implemented From: Paul Bolle To: Jonathan Corbet Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 19 Jun 2015 16:10:25 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The MODULE_SUPPORTED_DEVICE macro is documented as Not Yet Implemented for over a decade now. It will clearly never be implemented. Remove a reference to it from a DocBook template. Signed-off-by: Paul Bolle --- Module "classes"? I removed that too. Running "make xmldocs" always ends with make[1]: *** No rule to make target `xmldocs'. Stop. make: *** [xmldocs] Error 2 for me. But writing-an-alsa-driver.xml was generated just fine, so that must be something unrelated. Documentation/DocBook/writing-an-alsa-driver.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/DocBook/writing-an-alsa-driver.tmpl b/Documentation/DocBook/writing-an-alsa-driver.tmpl index 84ef6a90131c..6a2a346b4a22 100644 --- a/Documentation/DocBook/writing-an-alsa-driver.tmpl +++ b/Documentation/DocBook/writing-an-alsa-driver.tmpl @@ -5896,17 +5896,15 @@ struct _snd_pcm_runtime { - Also, don't forget to define the module description, classes, - license and devices. Especially, the recent modprobe requires to - define the module license as GPL, etc., otherwise the system is - shown as tainted. + Also, don't forget to define the module description, and license. + Especially, the recent modprobe requires to define the module license as + GPL, etc., otherwise the system is shown as tainted. -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/