linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Rearrange functions to remove forward declarations
@ 2017-10-26 15:34 PrasannaKumar Muralidharan
  2017-10-26 15:34 ` [PATCH 1/4] hw_random: core: Remove forward declaration by rearranging code PrasannaKumar Muralidharan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: PrasannaKumar Muralidharan @ 2017-10-26 15:34 UTC (permalink / raw)
  To: herbert, freude, david.daney, clabbe.montjoie, linux-crypto, mpm
  Cc: 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 rearranging code
  hw_random: core: Rearranging rng_get_data to remove forward
    declaration
  hw_random: core: Rearranging start_khwrngd to remove forward
    declaration
  hw_random: core: Remove forward declaration of hwrng_init

 drivers/char/hw_random/core.c | 151 ++++++++++++++++++++----------------------
 1 file changed, 72 insertions(+), 79 deletions(-)

-- 
2.10.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-26 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 15:34 [PATCH 0/4] Rearrange functions to remove forward declarations PrasannaKumar Muralidharan
2017-10-26 15:34 ` [PATCH 1/4] hw_random: core: Remove forward declaration by rearranging code PrasannaKumar Muralidharan
2017-10-26 15:34 ` [PATCH 2/4] hw_random: core: Rearranging rng_get_data to remove forward declaration PrasannaKumar Muralidharan
2017-10-26 15:34 ` [PATCH 3/4] hw_random: core: Rearranging start_khwrngd " PrasannaKumar Muralidharan
2017-10-26 15:34 ` [PATCH 4/4] hw_random: core: Remove forward declaration of hwrng_init PrasannaKumar Muralidharan
2017-10-26 16:48 ` [PATCH 0/4] Rearrange functions to remove forward declarations David Daney
2017-10-26 17:03   ` PrasannaKumar Muralidharan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).