Re: [PATCH 11/46] kernel: Add prototype declaration in kernel/gcov/base.c

2014-02-28 Thread Peter Oberparleiter
On 27.02.2014 12:39, Rashika Kheria wrote: > Add prototype declarations of functions in kernel/gcov/base.c. These > functions are required by GCC builtins and hence can not be removed > despite of their unreferenced appearance in kernel source. > > This eliminates the following warning in kernel/g

[PATCH 11/46] kernel: Add prototype declaration in kernel/gcov/base.c

2014-02-27 Thread Rashika Kheria
Add prototype declarations of functions in kernel/gcov/base.c. These functions are required by GCC builtins and hence can not be removed despite of their unreferenced appearance in kernel source. This eliminates the following warning in kernel/gcov/base.c: kernel/gcov/base.c:30:6: warning: no prev