X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/fb2dd0f20bd6264291dccb5e97609a23cae2fd1a..a2eb4407e9772cf1057e7ea093250d5d38245c1d:/lincan/src/open.c diff --git a/lincan/src/open.c b/lincan/src/open.c index deb027c..45406fc 100644 --- a/lincan/src/open.c +++ b/lincan/src/open.c @@ -4,14 +4,13 @@ * Rewritten for new CAN queues by Pavel Pisa - OCERA team member * email:pisa@cmp.felk.cvut.cz * This software is released under the GPL-License. - * Version lincan-0.2 9 Jul 2003 + * Version lincan-0.3 17 Jun 2004 */ #include "../include/can.h" #include "../include/can_sysdep.h" #include "../include/main.h" #include "../include/open.h" -#include "../include/i82527.h" #include "../include/setup.h" #define __NO_VERSION__ @@ -20,7 +19,7 @@ int can_open(struct inode *inode, struct file *file) { struct msgobj_t *obj; - struct chip_t *chip; + struct canchip_t *chip; struct canuser_t *canuser; struct canque_ends_t *qends; struct canque_edge_t *edge;