Open DSysoletin opened 4 years ago
On Linux 5.6, compilation fails for both mainline and master branches. Reason is - ioremap_nocache() API was removed in kernel 5.6 (more info here https://github.com/torvalds/linux/commit/6a1000bd27035bba17ede9dc915166276a811edb ) To fix it, ioremap_nocache() calls needs to be changed to ioremap() in fthd_drv.c file
Corresponding PR: #203
On Linux 5.6, compilation fails for both mainline and master branches. Reason is - ioremap_nocache() API was removed in kernel 5.6 (more info here https://github.com/torvalds/linux/commit/6a1000bd27035bba17ede9dc915166276a811edb ) To fix it, ioremap_nocache() calls needs to be changed to ioremap() in fthd_drv.c file