Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9801
b: refs/heads/master
c: e4314bf
h: refs/heads/master
i:
  9799: 9b83972
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Oct 11, 2005
1 parent ba5a729 commit b7b7967
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: e5945b4f605d1479d5b44252a2c691168c5d38d6
refs/heads/master: e4314bf496bb7bb9acd754aeb319c30869bc8d76
4 changes: 2 additions & 2 deletions trunk/arch/ppc64/kernel/pSeries_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "pci.h"

static int __initdata s7a_workaround = -1;
static int __devinitdata s7a_workaround = -1;

#if 0
void pcibios_name_device(struct pci_dev *dev)
Expand Down Expand Up @@ -60,7 +60,7 @@ void pcibios_name_device(struct pci_dev *dev)
DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, pcibios_name_device);
#endif

static void __init check_s7a(void)
static void __devinit check_s7a(void)
{
struct device_node *root;
char *model;
Expand Down

0 comments on commit b7b7967

Please sign in to comment.