Tue, Nov 01, 2016 at 04:14:08PM CET, weiyj...@gmail.com wrote: >From: Wei Yongjun <weiyongj...@huawei.com> > >Remove including <generated/utsrelease.h> that don't need it. > >Signed-off-by: Wei Yongjun <weiyongj...@huawei.com> >--- > drivers/net/ethernet/mellanox/mlxsw/switchib.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/drivers/net/ethernet/mellanox/mlxsw/switchib.c >b/drivers/net/ethernet/mellanox/mlxsw/switchib.c >index ec0b27e..1552594 100644 >--- a/drivers/net/ethernet/mellanox/mlxsw/switchib.c >+++ b/drivers/net/ethernet/mellanox/mlxsw/switchib.c >@@ -43,7 +43,6 @@ > #include <linux/skbuff.h> > #include <linux/if_vlan.h> > #include <net/switchdev.h> >-#include <generated/utsrelease.h>
I believe it is not needed so spectrum.c and switchx2.x. Would you please extend your patch to remove from there as well? Thanks.