Closed Minipada closed 6 years ago
I just added a commit removing an old patch after testing on Kernel 4.9 and 4.15.7. It compiles fine.
It seems now alright to me. I could compile it for multiple kernels
@fjes before merging, I would like to clear the indentations. Would this be alright?
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0))
static void legacy_timer_emu_func(struct timer_list *t)
{
struct legacy_timer_emu *lt = from_timer(lt, t, t);
lt->function(lt->data);
}
#endif
@zivke after the indentation is solved, I will squash and ask you to merge :). Thanks
@Minipada This looks like it respects the CS used in the project defined here.
Just squashed, can be merged. Thanks
I didn't test the runtime behavior, only compile one. This should be tested before being merged.