Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19741
b: refs/heads/master
c: 2c9aada
h: refs/heads/master
i:
  19739: 2cc1be3
v: v3
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Jan 23, 2006
1 parent 5b77618 commit c1fd8be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: cb6fc18e9ca615f03d18e60c49855b434ca2e51e
refs/heads/master: 2c9aadabf454fb07b8f7533096e22bf005dd08df
2 changes: 1 addition & 1 deletion trunk/arch/parisc/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int pci_hba_count __read_mostly;

/* parisc_pci_hba used by pci_port->in/out() ops to lookup bus data. */
#define PCI_HBA_MAX 32
struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;
static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __read_mostly;


/********************************************************************
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-parisc/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ struct pci_bios_ops {
*/
extern struct pci_port_ops *pci_port;
extern struct pci_bios_ops *pci_bios;
extern int pci_hba_count;
extern struct pci_hba_data *parisc_pci_hba[];

#ifdef CONFIG_PCI
extern void pcibios_register_hba(struct pci_hba_data *);
Expand Down

0 comments on commit c1fd8be

Please sign in to comment.