summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 14:34:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-07 14:34:18 +0000
commit13279f5dcfec1e9efedaa01a8c53e510aec8e5fe (patch)
treed887079dfd8ca2c43fa0e8a42472578e76521cbd /c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c
parent2007-09-07 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-13279f5dcfec1e9efedaa01a8c53e510aec8e5fe.tar.bz2
2007-09-07 Daniel Hellstrom <daniel@gaisler.com>
* shared/1553/b1553brm.c, shared/can/grcan.c, shared/can/grcan_rasta.c, shared/can/occan.c, shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/uart/apbuart.c: Remove warnings.
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c')
-rw-r--r--c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c b/c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c
index 0f83146bdd..112a324ace 100644
--- a/c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c
+++ b/c/src/lib/libbsp/sparc/shared/spw/grspw_pci.c
@@ -105,6 +105,7 @@ int grspw_pci_register(
*/
int grspwpci_interrupt_handler(int irq, void *arg){
grspw_interrupt( (GRSPW_DEV *)arg );
+ return 0;
}
#if 0