From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750799AbVHHKBQ (ORCPT ); Mon, 8 Aug 2005 06:01:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750802AbVHHKBQ (ORCPT ); Mon, 8 Aug 2005 06:01:16 -0400 Received: from wscnet.wsc.cz ([212.80.64.118]:25993 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S1750799AbVHHKBP (ORCPT ); Mon, 8 Aug 2005 06:01:15 -0400 Message-ID: <42F72D5B.3090005@gmail.com> Date: Mon, 08 Aug 2005 12:00:59 +0200 From: Jiri Slaby User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: cs, en-us, en MIME-Version: 1.0 To: Andrew Morton CC: Linux Kernel Mailing List Subject: [PATCH] Removes documentation about non-existent functions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This removes very old functions from pci docs, which aren't no longer in kernel. It is against 2.6.13-rc5-mm1 Signed-off-by: Jiri Slaby diff --git a/Documentation/pci.txt b/Documentation/pci.txt --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -266,20 +266,6 @@ port an old driver to the new PCI interf in the kernel as they aren't compatible with hotplug or PCI domains or having sane locking. -pcibios_present() and Since ages, you don't need to test presence -pci_present() of PCI subsystem when trying to talk to it. - If it's not there, the list of PCI devices - is empty and all functions for searching for - devices just return NULL. -pcibios_(read|write)_* Superseded by their pci_(read|write)_* - counterparts. -pcibios_find_* Superseded by their pci_get_* counterparts. -pci_for_each_dev() Superseded by pci_get_device() -pci_for_each_dev_reverse() Superseded by pci_find_device_reverse() -pci_for_each_bus() Superseded by pci_find_next_bus() pci_find_device() Superseded by pci_get_device() pci_find_subsys() Superseded by pci_get_subsys() pci_find_slot() Superseded by pci_get_slot() -pcibios_find_class() Superseded by pci_get_class() -pci_find_class() Superseded by pci_get_class() -pci_(read|write)_*_nodev() Superseded by pci_bus_(read|write)_*() -- Jiri Slaby www.fi.muni.cz/~xslaby ~\-/~ jirislaby@gmail.com ~\-/~ 241B347EC88228DE51EE A49C4A73A25004CB2A10