X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/a4c9ead4b64bd4de307f375c2ff313a7a07a06e0..4e95a8113be1f7fb1538faec4d0d84e5c3fd4979:/lincan/src/open_rtl.c diff --git a/lincan/src/open_rtl.c b/lincan/src/open_rtl.c index 155cdb0..66a5bac 100644 --- a/lincan/src/open_rtl.c +++ b/lincan/src/open_rtl.c @@ -25,7 +25,7 @@ static inline int can_open_rtl_common(struct canuser_t *canuser, int open_flags) { struct msgobj_t *obj=canuser->msgobj; - struct chip_t *chip; + struct canchip_t *chip; struct canque_ends_t *qends; struct canque_edge_t *edge; can_spin_irqflags_t iflags; @@ -93,7 +93,7 @@ int can_open_rtl_posix(struct rtl_file *fptr) { int ret; struct msgobj_t *obj; - struct chip_t *chip; + struct canchip_t *chip; struct canuser_t *canuser; int minor_nr = RTL_MINOR_FROM_FILEPTR(fptr);