Re: [PATCH 1/6] thunderbolt: Fix build error in eeprom.c

2014-06-20 Thread Andreas Noever
The series looks good. Thanks a lot for fixing these. On Fri, Jun 20, 2014 at 11:02 AM, Sachin Kamat wrote: > Fixes the below error: > drivers/thunderbolt/eeprom.c:407:2: error: implicit declaration of function > ‘kzalloc’ [-Werror=implicit-function-declaration] > drivers/thunderbolt/eeprom.c:44

[PATCH 1/6] thunderbolt: Fix build error in eeprom.c

2014-06-20 Thread Sachin Kamat
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 K