Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13824
b: refs/heads/master
c: 48b1914
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Nov 11, 2005
1 parent 203f78d commit db69921
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 26205e026cf2b3bb039d6169978ae520973f4141
refs/heads/master: 48b19148733b4826eeedfd8be9f19b61c8d010b1
2 changes: 2 additions & 0 deletions trunk/drivers/pci/access.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include <linux/module.h>
#include <linux/ioport.h>

#include "pci.h"

/*
* This interrupt-safe spinlock protects all accesses to PCI
* configuration space.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/shpchp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "../pci.h"
#include "shpchp.h"

void program_fw_provided_values(struct pci_dev *dev)
static void program_fw_provided_values(struct pci_dev *dev)
{
u16 pci_cmd, pci_bctl;
struct pci_dev *cdev;
Expand Down

0 comments on commit db69921

Please sign in to comment.