diff options
| author | Adrian Bunk <[email protected]> | 2008-12-02 03:28:16 +0000 |
|---|---|---|
| committer | Kyle McMartin <[email protected]> | 2009-01-05 18:15:24 +0000 |
| commit | df8e5bc6b7b61c8b2aeaf58b6afd762d20a651dd (patch) | |
| tree | f0a42305bd2bf43e3e78d67fc34680f6d3f850fa /drivers/parisc/asp.c | |
| parent | parisc: lib/: make code static (diff) | |
| download | kernel-df8e5bc6b7b61c8b2aeaf58b6afd762d20a651dd.tar.gz kernel-df8e5bc6b7b61c8b2aeaf58b6afd762d20a651dd.zip | |
parisc: drivers/parisc/: make code static
Make the following needlessly global code static:
- asp.c: asp_init_chip()
- ccio-dma.c: ccio_io_pdir_entry()
- dino.c: struct dino_port_ops
- dino.c: struct dino_bios_ops
- hppb.c: struct hppb_card_head
- lasi.c: lasi_led_init()
- lasi.c: lasi_init_chip()
- lba_pci.c: struct lba_bios_ops
- sba_iommu.c: sba_io_pdir_entry()
- sba_iommu.c: sba_driver_callback()
- sba_iommu.c: sba_driver_callback()
- wax.c: wax_init_chip()
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Grant Grundler <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
Diffstat (limited to 'drivers/parisc/asp.c')
| -rw-r--r-- | drivers/parisc/asp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/parisc/asp.c b/drivers/parisc/asp.c index 821369135369..7931133526c4 100644 --- a/drivers/parisc/asp.c +++ b/drivers/parisc/asp.c @@ -71,8 +71,7 @@ static void asp_choose_irq(struct parisc_device *dev, void *ctrl) */ #define ASP_INTERRUPT_ADDR 0xf0800000 -int __init -asp_init_chip(struct parisc_device *dev) +static int __init asp_init_chip(struct parisc_device *dev) { struct gsc_irq gsc_irq; int ret; |
