Re: [PATCH 1/1] staging: dgap: Fix build error

2014-01-09 Thread Sachin Kamat
On 10 January 2014 08:36, Sachin Kamat wrote: > On Thursday, 9 January 2014, Greg KH wrote: >> >> On Thu, Jan 09, 2014 at 03:13:10PM +0530, Sachin Kamat wrote: >> > Include the header file for kzalloc to fix the following build error: >> > drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_con

Re: [PATCH 1/1] staging: dgap: Fix build error

2014-01-09 Thread Sachin Kamat
On Thursday, 9 January 2014, Greg KH wrote: > > On Thu, Jan 09, 2014 at 03:13:10PM +0530, Sachin Kamat wrote: > > Include the header file for kzalloc to fix the following build error: > > drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_config_load’: > > drivers/staging/dgap/dgap_fep5.c:78:2:

Re: [PATCH 1/1] staging: dgap: Fix build error

2014-01-09 Thread Greg KH
On Thu, Jan 09, 2014 at 03:13:10PM +0530, Sachin Kamat wrote: > Include the header file for kzalloc to fix the following build error: > drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_config_load’: > drivers/staging/dgap/dgap_fep5.c:78:2: error: implicit declaration of function > ‘kzalloc’ [