Message ID | 1509167426-93439-1-git-send-email-weiyongjun1@huawei.com (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Kalle Valo |
Headers | show |
"weiyongjun \(A\)" <weiyongjun1@huawei.com> wrote: > Remove including <linux/version.h> that don't need it. > > Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Wei, your name in patchwork is badly formatted. Please register to patchwork and you should be able to fix it: https://patchwork.kernel.org/patch/10030879/
diff --git a/drivers/net/wireless/rsi/rsi_91x_ps.c b/drivers/net/wireless/rsi/rsi_91x_ps.c index 523f532..410c55f 100644 --- a/drivers/net/wireless/rsi/rsi_91x_ps.c +++ b/drivers/net/wireless/rsi/rsi_91x_ps.c @@ -16,7 +16,6 @@ #include <linux/etherdevice.h> #include <linux/if.h> -#include <linux/version.h> #include "rsi_debugfs.h" #include "rsi_mgmt.h" #include "rsi_common.h"
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> --- drivers/net/wireless/rsi/rsi_91x_ps.c | 1 - 1 file changed, 1 deletion(-)