Re: [PATCH 0/4] Rearrange functions to remove forward declarations

2017-10-26 Thread PrasannaKumar Muralidharan
Hi David, On 26 October 2017 at 22:18, David Daney wrote: > On 10/26/2017 08:34 AM, PrasannaKumar Muralidharan wrote: >> >> This patch series rearranges functions such that forward declarations >> becomes unnecessary. Remove those forward declaration. > > > Why? > > The code churn and increase in

Re: [PATCH 0/4] Rearrange functions to remove forward declarations

2017-10-26 Thread David Daney
On 10/26/2017 08:34 AM, PrasannaKumar Muralidharan wrote: This patch series rearranges functions such that forward declarations becomes unnecessary. Remove those forward declaration. Why? The code churn and increase in difficulty of attribution are big drawbacks to this sort of patch set.

[PATCH 0/4] Rearrange functions to remove forward declarations

2017-10-26 Thread PrasannaKumar Muralidharan
This patch series rearranges functions such that forward declarations becomes unnecessary. Remove those forward declaration. This patch series is boot tested without user space in qemu with CONFIG_HW_RANDOM=y. PrasannaKumar Muralidharan (4): hw_random: core: Remove forward declaration by rearra