MIPS/IA64 define END as assembly function ending, which conflict
with END definition in mkiss.c, just undef it at first
Reported-by: lkp@intel.com
Signed-off-by: Huang Pei <redacted>
---
drivers/net/hamradio/mkiss.c | 2 ++
1 file changed, 2 insertions(+)
@@ -31,6 +31,8 @@#define AX_MTU 236+/* some arch define END as assembly function ending, just undef it */+#undef END/* SLIP/KISS protocol characters. */#define END 0300 /* indicates end of frame */#define ESC 0333 /* indicates byte stuffing */
MIPS/IA64 define END as assembly function ending, which conflict
with END definition in slip.h, just undef it at first
Reported-by: lkp@intel.com
Signed-off-by: Huang Pei <redacted>
---
drivers/net/slip/slip.h | 2 ++
1 file changed, 2 insertions(+)
@@ -40,6 +40,8 @@insmod-oslip_maxdev=nnn*/#define SL_MTU 296 /* 296; I am used to 600- FvK */+/* some arch define END as assembly function ending, just undef it */+#undef END/* SLIP protocol characters. */#define END 0300 /* indicates end of frame */#define ESC 0333 /* indicates byte stuffing */
Hello:
This series was applied to netdev/net.git (master)
by David S. Miller [off-list ref]:
On Tue, 23 Nov 2021 19:07:48 +0800 you wrote:
MIPS/IA64 define END as assembly function ending, which conflict
with END definition in mkiss.c, just undef it at first
Reported-by: lkp@intel.com
Signed-off-by: Huang Pei <redacted>
---
drivers/net/hamradio/mkiss.c | 2 ++
1 file changed, 2 insertions(+)