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.
This commit is contained in:
Joel Sherrill
2007-09-07 14:34:18 +00:00
parent 309cb3b572
commit 13279f5dcf
8 changed files with 66 additions and 52 deletions

View File

@@ -82,6 +82,8 @@
#ifndef GRCAN_REG_INT
#define GRCAN_REG_INT(handler,irqno,arg) set_vector(handler,irqno+0x10,1)
#undef GRCAN_DEFINE_INTHANDLER
#define GRCAN_DEFINE_INTHANDLER
#endif
#ifndef GRCAN_DEFAULT_BAUD
@@ -227,7 +229,6 @@ struct grcan_priv {
static int grcan_core_cnt;
struct grcan_priv *grcans;
static amba_confarea_type *amba_bus;
static unsigned int ram_base;
struct grcan_device_info *grcan_cores;
static int grcan_core_cnt;