ppc44x: fix build of crypto4xx_core.c
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Dec 2016 14:19:20 +0000 (15:19 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Dec 2016 14:19:20 +0000 (15:19 +0100)
commit2e101b5e665204575d9546ac5737fc8d36b715d9
treeb96162e224feb5fce64c47bfa6f543b014419ae2
parent9c49c937ab74506f70c651d1207948e3943b60fc
ppc44x: fix build of crypto4xx_core.c

crypto4xx_probe() is in the __init section and referenced by code form
other sections, which causes a build error. Backport a patch from
mainline kernel to fix this.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ppc44x/patches-3.18/001-crypto-amcc-remove-incorrect-__init-__exit-markups.patch [new file with mode: 0644]