]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/pcccan.c
To prevent future name collisions "chip_t" changed to "canchip_t"
[lincan.git] / lincan / src / pcccan.c
index f83b1c55140cc92aa9d42eb6e565423edac35828..a6b3ad080eb625e2215aa83fc20defb2376861e7 100644 (file)
@@ -217,7 +217,7 @@ int pcccan_init_chip_data(struct candevice_t *candev, int chipnr)
  * Return Value: The function always returns zero
  * File: src/pcccan.c
  */
-int pcccan_init_obj_data(struct chip_t *chip, int objnr)
+int pcccan_init_obj_data(struct canchip_t *chip, int objnr)
 {
        chip->msgobj[objnr]->obj_base_addr=(objnr+1)*0x10;