Re: [PATCH] net: add missing include to netdevice.h
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-06-28 23:02:17
Also in:
lkml
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-06-28 23:02:17
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de> Date: Tue, 28 Jun 2005 15:47:03 +0200
linux/etherdevice.h can't be included standalone at the moment, which is required in order to sort the header files in the recommended alphabetic order. This patch fixes that and is needed to build spider_net. Signed-off-by: Arnd Bergmann <redacted>
Applied, thanks a lot Arnd.