ethercat/devices/ccat
Nicola Fontana eb96e7fc50 Fix #4: remove sram.h and gpio.h from EXTRA_DIST
`sram.h` is not referenced anywhere (or, better, `grep -ir sram.h` does
not return any matching result) while `gpio.h` is included with
`<linux/gpio.h>`, suggesting the system header file is used.
2021-08-24 17:22:32 +02:00
..
Kbuild.in Do not build GPIO part of CCAT if GPIO is not configured in kernel. 2021-08-24 16:25:33 +02:00
Makefile.am Fix #4: remove sram.h and gpio.h from EXTRA_DIST 2021-08-24 17:22:32 +02:00
gpio.c update ccat driver to v0.14 2021-08-24 15:41:36 +02:00
module.c Do not build GPIO part of CCAT if GPIO is not configured in kernel. 2021-08-24 16:25:33 +02:00
module.h Do not build GPIO part of CCAT if GPIO is not configured in kernel. 2021-08-24 16:25:33 +02:00
netdev.c Replaced dma_zalloc_coherent. 2021-08-24 17:13:42 +02:00
netdev.h Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00
sram.c update ccat driver to v0.14 2021-08-24 15:41:36 +02:00
update.c update ccat driver to v0.14 2021-08-24 15:41:36 +02:00
update.h Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00