]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xtensa: ISS: fix section mismatch in iss_net_setup
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 27 May 2013 14:58:24 +0000 (18:58 +0400)
committerChris Zankel <chris@zankel.net>
Wed, 5 Jun 2013 17:14:21 +0000 (10:14 -0700)
commitdc2bffa77a2866a451126cf3146abb9787edce78
tree765f9f8b7d326d62f4d65da2092fd2c98c756827
parentb5514786ec3257c8703fc7f29bdf98b42253ee39
xtensa: ISS: fix section mismatch in iss_net_setup

iss_net_setup is only called from __setup, so it should be marked
__init.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/platforms/iss/network.c