Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146635
b: refs/heads/master
c: aa5d3ff
h: refs/heads/master
i:
  146633: a04ca0e
  146631: 23a838a
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Apr 16, 2009
1 parent c4a35f5 commit ef5844a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 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: 8ce0143b11cdc519b8e1fd94a262b654ef0bc3ab
refs/heads/master: aa5d3ff99cc1f3dfe262ab9dd9179131fcfe39fd
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-cayman.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ struct pci_channel board_pci_channels[] = {
{ sh5_pci_init, &sh5_pci_ops, NULL, NULL, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

int __init pcibios_init_platform(void)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sh/drivers/pci/ops-lboxre2.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ struct pci_channel board_pci_channels[] = {
{ NULL, NULL, NULL, 0, 0 },
};

EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map sh7751_pci_map = {
.window0 = {
.base = SH7751_CS3_BASE_ADDR,
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-r7780rp.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ struct pci_channel board_pci_channels[] = {
{ sh7780_pci_init, &sh4_pci_ops, &sh7780_io_resource, &sh7780_mem_resource, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map sh7780_pci_map = {
.window0 = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-rts7751r2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ struct pci_channel board_pci_channels[] = {
{ sh7751_pci_init, &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map sh7751_pci_map = {
.window0 = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-sdk7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ struct pci_channel board_pci_channels[] = {
{ sh7780_pci_init, &sh4_pci_ops, &sdk7780_io_resource, &sdk7780_mem_resource, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map sdk7780_pci_map = {
.window0 = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-se7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ struct pci_channel board_pci_channels[] = {
{ sh7780_pci_init, &sh4_pci_ops, &se7780_io_resource, &se7780_mem_resource, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map se7780_pci_map = {
.window0 = {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/ops-titan.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct pci_channel board_pci_channels[] = {
{ sh7751_pci_init, &sh4_pci_ops, &sh7751_io_resource, &sh7751_mem_resource, 0, 0xff },
{ NULL, NULL, NULL, 0, 0 },
};
EXPORT_SYMBOL(board_pci_channels);

static struct sh4_pci_address_map sh7751_pci_map = {
.window0 = {
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/sh/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ void pci_iounmap(struct pci_dev *dev, void __iomem *addr)
iounmap(addr);
}
EXPORT_SYMBOL(pci_iounmap);

EXPORT_SYMBOL(board_pci_channels);

0 comments on commit ef5844a

Please sign in to comment.