Commit 01c57d7c authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

ft-svec.c: added include linux/slab.h to kill error on missing kalloc prototype

parent 4c55a101
......@@ -12,6 +12,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/fmc.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment