commit | 10fefe56bba413fb0525207c65cf50cf2a5afaff | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@samsung.com> | Fri Jun 20 14:32:30 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 20 09:44:42 2014 -0700 |
tree | 2f04090849fb6addc0b191d6bcb1db27feca400c | |
parent | 2b35404ef7762af15ce138281c91b4cc0e2d0124 [diff] |
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 <sachin.kamat@samsung.com> Acked-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>