diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-02-13 13:14:13 +1100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-13 15:23:23 -0500 |
commit | 35582ad9d342025653aaf28ed321bf5352488d7f (patch) | |
tree | 9be423541ba8475141f9e28f72d5e0ca9471e91c | |
parent | 908628db148ed542fcfde1bff9e5d4607f684b73 (diff) |
Staging: rtl8812ae: remove modules field of rate_control_ops
This has been removed in further work.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/staging/rtl8821ae/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |