From: Mikko Rapeli <[email protected]> Date: Mon, 22 Aug 2016 20:32:44 +0200
> Fixes userspace compiler error: > > error: ‘IFNAMSIZ’ undeclared here (not in a function) > > Suggested by Frans Klaver <[email protected]> on lkml message > <[email protected]>. > > Signed-off-by: Mikko Rapeli <[email protected]> IFNAMSIZ has to be in linux/if.h, you aren't explaining why you have to move it to the hdlc header instead of having the hdlc header include linux/if.h And if your reason is legitimate, you have to add that explanation to the patch commit log message.

