Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.6.25-rc5-git3 /Documentation/pci.txt

Filename:/Documentation/pci.txt
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.6.25-rc5-git2  2.6.25-rc5-git1  2.6.25-rc5  2.6.25-rc4  2.6.25-rc3  2.6.25-rc2 
(Following) 2.6.25-rc5-git4  2.6.25-rc5-git5  2.6.25-rc5-git6  2.6.25-rc5-git7  2.6.25-rc6  2.6.25-rc7 

Location
[  2.6.25-rc5-git3
  [  Documentation
     o  pci.txt

Patch

diff --git a/Documentation/pci.txt b/Documentation/pci.txt
index bb7bd27..d2c2e6e 100644
--- a/Documentation/pci.txt
+++ b/Documentation/pci.txt
@@ -123,7 +123,7 @@ initialization with a pointer to a structure describing the driver
 
 
 The ID table is an array of struct pci_device_id entries ending with an
-all-zero entry; use of the macro DECLARE_PCI_DEVICE_TABLE is the preferred
+all-zero entry; use of the macro DEFINE_PCI_DEVICE_TABLE is the preferred
 method of declaring the table.  Each entry consists of:
 
    vendor,device   Vendor and device ID to match (or PCI_ANY_ID)
@@ -193,7 +193,7 @@ Tips on when/where to use the above attributes:
    o Do not mark the struct pci_driver.
 
    o The ID table array should be marked __devinitconst; this is done
-     automatically if the table is declared with DECLARE_PCI_DEVICE_TABLE().
+     automatically if the table is declared with DEFINE_PCI_DEVICE_TABLE().
 
    o The probe() and remove() functions should be marked __devinit
      and __devexit respectively.  All initialization functions


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.