You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add #include <linux/slab.h> to avoid compilation errors
With the new versions of kernel, it is mandatory to include
the <linux/slab.h> file, if one uses kzalloc and kfree functions.
Signed-off-by: Sankar P <[email protected]>
0 commit comments