X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/2a4663dd0b20d96d1ffe20993dd0c63ed2ca9f20..a6d355f1cf48f39eecb2f1bdead51817d1fd5989:/lincan/src/cc_can104.c diff --git a/lincan/src/cc_can104.c b/lincan/src/cc_can104.c index 92a6994..2dafc3d 100644 --- a/lincan/src/cc_can104.c +++ b/lincan/src/cc_can104.c @@ -11,7 +11,6 @@ #include "../include/can_sysdep.h" #include "../include/main.h" #include "../include/cc_can104.h" -#include "../include/i82527.h" #include "../include/sja1000.h" /* @@ -168,7 +167,7 @@ int cc104_init_chip_data(struct candevice_t *candev, int chipnr) * Return Value: The function always returns zero * File: src/template.c */ -int cc104_init_obj_data(struct chip_t *chip, int objnr) +int cc104_init_obj_data(struct canchip_t *chip, int objnr) { chip->msgobj[objnr]->obj_base_addr=chip->chip_base_addr;