Re: [PATCH v2 net-next 1/9] sunvnet: make sunvnet common code dynamically loadable

2017-02-08 Thread Shannon Nelson
On 2/8/2017 11:29 AM, David Miller wrote: From: Shannon Nelson Date: Tue, 7 Feb 2017 14:12:54 -0800 +static int __init sunvnet_common_init(void) +{ + pr_info("%s\n", version); + return 0; +} +module_init(sunvnet_common_init); + +static void __exit sunvnet_common_exit(void) +{ +

Re: [PATCH v2 net-next 1/9] sunvnet: make sunvnet common code dynamically loadable

2017-02-08 Thread David Miller
From: Shannon Nelson Date: Tue, 7 Feb 2017 14:12:54 -0800 > +static int __init sunvnet_common_init(void) > +{ > + pr_info("%s\n", version); > + return 0; > +} > +module_init(sunvnet_common_init); > + > +static void __exit sunvnet_common_exit(void) > +{ > + /* Empty function, just her