From: Stephen Rothwell Date: Thu, 13 Feb 2014 02:14:13 +0000 (+1100) Subject: Staging: rtl8812ae: remove modules field of rate_control_ops X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=35582ad9d342025653aaf28ed321bf5352488d7f;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git Staging: rtl8812ae: remove modules field of rate_control_ops This has been removed in further work. Signed-off-by: Stephen Rothwell Signed-off-by: John W. Linville --- diff --git a/drivers/staging/rtl8821ae/rc.c b/drivers/staging/rtl8821ae/rc.c index d387f13ea7dc..0cc32c60ddee 100644 --- a/drivers/staging/rtl8821ae/rc.c +++ b/drivers/staging/rtl8821ae/rc.c @@ -286,7 +286,6 @@ static void rtl_rate_free_sta(void *rtlpriv, } static struct rate_control_ops rtl_rate_ops = { - .module = NULL, .name = "rtl_rc", .alloc = rtl_rate_alloc, .free = rtl_rate_free,