提交 2b35404e 编写于 作者: S Sachin Kamat 提交者: Greg Kroah-Hartman

thunderbolt: Fix build error in eeprom.c

Fixes the below error:
drivers/thunderbolt/eeprom.c:407:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration]
drivers/thunderbolt/eeprom.c:444:2: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration]
Signed-off-by: NSachin Kamat <sachin.kamat@samsung.com>
Acked-by: NAndreas Noever <andreas.noever@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1fda5690
......@@ -5,6 +5,7 @@
*/
#include <linux/crc32.h>
#include <linux/slab.h>
#include "tb.h"
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册