Changeset 34 for GPL/trunk/lib32/pci.c
- Timestamp:
- Dec 11, 2005, 5:57:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/lib32/pci.c
r33 r34 32 32 #include <asm/io.h> 33 33 #include <sound/config.h> 34 #include <sound/driver.h> 34 35 #include <sound/asound.h> 35 36 … … 526 527 //return 1; 527 528 } 528 else pcidev->devfn = NULL;529 else pcidev->devfn = 0; 529 530 530 531 RMDestroy(hResMgr); … … 765 766 u32 config[16]; 766 767 }; 767 stat uc struct saved_config_tbl saved_tbl[16];768 static struct saved_config_tbl saved_tbl[16]; 768 769 769 770 void pci_save_state(struct pci_dev *pci)
Note:
See TracChangeset
for help on using the changeset viewer.