From: Sachin Kamat Date: Fri, 20 Jun 2014 09:02:30 +0000 (+0530) Subject: thunderbolt: Fix build error in switch.c X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fefe56bba413fb0525207c65cf50cf2a5afaff;p=pandora-kernel.git thunderbolt: Fix build error in switch.c Fixes the below error: drivers/thunderbolt/switch.c:347:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration] drivers/thunderbolt/switch.c:381:2: error: implicit declaration of function ‘kcalloc’ [-Werror=implicit-function-declaration] Signed-off-by: Sachin Kamat Acked-by: Andreas Noever Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed