[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160719.104311.2236254119909398910.davem@davemloft.net>
Date: Tue, 19 Jul 2016 10:43:11 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: varun@...lsio.com
Cc: netdev@...r.kernel.org, linux-scsi@...r.kernel.org,
target-devel@...r.kernel.org, nab@...ux-iscsi.org,
gerlitz.or@...il.com, swise@...ngridcomputing.com,
james.bottomley@...senpartnership.com, indranil@...lsio.com,
hariprasad@...lsio.com
Subject: Re: [net-next v2 1/6] libcxgb: add library module for Chelsio
drivers
From: Varun Prakash <varun@...lsio.com>
Date: Sat, 16 Jul 2016 22:49:15 +0530
> }
> +
> +static int __init libcxgb_init(void)
> +{
> + return 0;
> +}
> +
> +static void __exit libcxgb_exit(void)
> +{
> +}
> +
> +module_init(libcxgb_init);
> +module_exit(libcxgb_exit);
If these functions don't have to do anything, you can remove this
entire sequence entirely.
Powered by blists - more mailing lists