Search results

  1. M

    implicit declaration of function ‘interruptible_sleep_on’

    yes, i rearranged the order but still, it's there.
  2. M

    implicit declaration of function ‘interruptible_sleep_on’

    Hi everyone! I'm trying to make a kernel device driver. while compiling my code I got an error and here i have attached the headers for your reference which i used #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/init.h> #include <linux/device.h>...
Top