]> Git Repo - linux.git/commit
hexagon: drop empty and unused free_initrd_mem
authorMike Rapoport <[email protected]>
Wed, 25 Sep 2019 23:49:22 +0000 (16:49 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Sep 2019 00:51:42 +0000 (17:51 -0700)
commitc7cc8d77316b4386622b2dbd29de800df7b05099
treea85c2eaea872d0e40e561ee26122ad9640de7480
parentd616d5126503967bf365db0711ee3c78b356efe9
hexagon: drop empty and unused free_initrd_mem

hexagon never reserves or initializes initrd and the only mention of it is
the empty free_initrd_mem() function.

As we have a generic implementation of free_initrd_mem(), there is no need
to define an empty stub for the hexagon implementation and it can be
dropped.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Richard Kuo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/hexagon/mm/init.c
This page took 0.054584 seconds and 4 git commands to generate.