Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72110
b: refs/heads/master
c: 29f139c
h: refs/heads/master
v: v3
  • Loading branch information
Alejandro Martinez Ruiz authored and David S. Miller committed Oct 23, 2007
1 parent c597681 commit e5c3f79
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1d3e07f7d0f97321121849fc064fb293b83db9ef
refs/heads/master: 29f139ce27c7e64a3e8575afa8deb46cde09db0a
3 changes: 1 addition & 2 deletions trunk/arch/sparc64/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ static struct {
{ "SUNW,sun4v-pci", sun4v_pci_init },
{ "pciex108e,80f0", fire_pci_init },
};
#define PCI_NUM_CONTROLLER_TYPES (sizeof(pci_controller_table) / \
sizeof(pci_controller_table[0]))
#define PCI_NUM_CONTROLLER_TYPES ARRAY_SIZE(pci_controller_table)

static int __init pci_controller_init(const char *model_name, int namelen, struct device_node *dp)
{
Expand Down

0 comments on commit e5c3f79

Please sign in to comment.