Re: [PATCH v2] drivers: base: Add prototype declaration to the header file

2013-12-19 Thread Josh Triplett
On Thu, Dec 19, 2013 at 10:13:57AM -0800, Greg Kroah-Hartman wrote: > On Thu, Dec 19, 2013 at 04:54:57PM +0530, Rashika Kheria wrote: > > Add prototype declaration of function memory_block_size_bytes() to > > the header file include/linux/memory.h. > > > > This eliminates the following warning in

Re: [PATCH v2] drivers: base: Add prototype declaration to the header file

2013-12-19 Thread Greg Kroah-Hartman
On Thu, Dec 19, 2013 at 04:54:57PM +0530, Rashika Kheria wrote: > Add prototype declaration of function memory_block_size_bytes() to > the header file include/linux/memory.h. > > This eliminates the following warning in memory.c: > drivers/base/memory.c:87:1: warning: no previous prototype for >

Re: [PATCH v2] drivers: base: Add prototype declaration to the header file

2013-12-19 Thread Josh Triplett
On Thu, Dec 19, 2013 at 04:54:57PM +0530, Rashika Kheria wrote: > Add prototype declaration of function memory_block_size_bytes() to > the header file include/linux/memory.h. > > This eliminates the following warning in memory.c: > drivers/base/memory.c:87:1: warning: no previous prototype for >