Ignore:
Timestamp:
May 1, 2010, 9:49:10 PM (15 years ago)
Author:
David Azarewicz
Message:

Cleanup compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/pci.h

    r463 r479  
    7373/*
    7474 * Base addresses specify locations in memory or I/O space.
    75  * Decoded size can be determined by writing a value of 
    76  * 0xffffffff to the register, and reading it back.  Only 
     75 * Decoded size can be determined by writing a value of
     76 * 0xffffffff to the register, and reading it back.  Only
    7777 * 1 bits are decoded.
    7878 */
     
    9898#define PCI_CARDBUS_CIS         0x28
    9999#define PCI_SUBSYSTEM_VENDOR_ID 0x2c
    100 #define PCI_SUBSYSTEM_ID        0x2e 
     100#define PCI_SUBSYSTEM_ID        0x2e
    101101#define PCI_ROM_ADDRESS         0x30    /* Bits 31..11 are address, 10..1 reserved */
    102102#define  PCI_ROM_ADDRESS_ENABLE 0x01
     
    389389#define PCI_BRIDGE_RESOURCES 7
    390390#define PCI_NUM_RESOURCES 11
    391  
     391
    392392#define PCI_REGION_FLAG_MASK 0x0f       /* These bits of resource flags tell us the PCI region flags */
    393393
     
    517517 * simple PCI probing for drivers (drivers/pci/helper.c)
    518518 */
    519  
     519
    520520struct pci_simple_probe_entry;
    521521typedef int (*pci_simple_probe_callback) (struct pci_dev *dev, int match_num,
Note: See TracChangeset for help on using the changeset viewer.