Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206111
b: refs/heads/master
c: b879743
h: refs/heads/master
i:
  206109: 3f55922
  206107: 98ba7ec
  206103: fdd1950
  206095: 3c5a72d
  206079: e87a735
v: v3
  • Loading branch information
Narendra K authored and Jesse Barnes committed Aug 2, 2010
1 parent 965f8c3 commit bf6a20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d2a531804d16cd8df6dbbb0429c6f143e756049
refs/heads/master: b879743f26cb029e41ffe865fb939cfc6fa9be88
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ extern int pci_create_sysfs_dev_files(struct pci_dev *pdev);
extern void pci_remove_sysfs_dev_files(struct pci_dev *pdev);
#ifndef CONFIG_DMI
static inline void pci_create_firmware_label_files(struct pci_dev *pdev)
{ return 0; }
{ return; }
static inline void pci_remove_firmware_label_files(struct pci_dev *pdev)
{ return 0; }
{ return; }
#else
extern void pci_create_firmware_label_files(struct pci_dev *pdev);
extern void pci_remove_firmware_label_files(struct pci_dev *pdev);
Expand Down

0 comments on commit bf6a20d

Please sign in to comment.