X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/a4c9ead4b64bd4de307f375c2ff313a7a07a06e0..cd942e22c45aa0f9f9463777fe7e8635454bec81:/lincan/src/open.c diff --git a/lincan/src/open.c b/lincan/src/open.c index 0301ed3..45406fc 100644 --- a/lincan/src/open.c +++ b/lincan/src/open.c @@ -11,7 +11,6 @@ #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;