X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/2a4663dd0b20d96d1ffe20993dd0c63ed2ca9f20..6250b3805fb7e368adf1e3f7ca39c8cc617bccff:/lincan/src/ssv.c diff --git a/lincan/src/ssv.c b/lincan/src/ssv.c index 7f147e1..45aef4b 100644 --- a/lincan/src/ssv.c +++ b/lincan/src/ssv.c @@ -14,7 +14,7 @@ int ssvcan_irq[2]={-1,-1}; unsigned long ssvcan_base=0x0; -static can_spinlock_t ssv_port_lock=SPIN_LOCK_UNLOCKED; +static CAN_DEFINE_SPINLOCK(ssv_port_lock); /* IO_RANGE is the io-memory range that gets reserved, please adjust according * your hardware. Example: #define IO_RANGE 0x100 for i82527 chips or @@ -159,7 +159,7 @@ int ssv_init_chip_data(struct candevice_t *candev, int chipnr) * base address. * Unless the hardware uses a segmented memory map, flags can be set zero. */ -int ssv_init_obj_data(struct chip_t *chip, int objnr) +int ssv_init_obj_data(struct canchip_t *chip, int objnr) { chip->msgobj[objnr]->obj_base_addr=