Hi. I´m trying to install a fstdio driver. but when i make the install i have this error.
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.10.17-poky-edison-ww42+/build/include -I/usr/src/linux-3.10.17-poky-edison-ww42+/drivers/usb/serial/ -O -c -o ftdi_sio.o ftdi_sio.c
ftdi_sio.c:253:24: fatal error: linux/init.h: No such file or directory
compilation terminated.
make: *** [ftdi_sio.o] Error 1
I think i need the headers i read someothers forums but no one can solved.
Can you help me??