mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 21:59:33 +07:00
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>
This commit is contained in:
parent
b5514786ec
commit
dc2bffa77a
@ -700,7 +700,7 @@ struct iss_net_init {
|
||||
|
||||
#define ERR KERN_ERR "iss_net_setup: "
|
||||
|
||||
static int iss_net_setup(char *str)
|
||||
static int __init iss_net_setup(char *str)
|
||||
{
|
||||
struct iss_net_private *device = NULL;
|
||||
struct iss_net_init *new;
|
||||
|
Loading…
Reference in New Issue
Block a user