From: Sachin Kamat Date: Fri, 20 Jun 2014 09:02:29 +0000 (+0530) Subject: thunderbolt: Fix build error in eeprom.c X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b35404ef7762af15ce138281c91b4cc0e2d0124;p=pandora-kernel.git 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: Sachin Kamat Acked-by: Andreas Noever Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed