From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 05 Aug 2014 16:45:07 -0700 (PDT) Subject: [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c In-Reply-To: <20140805131143.GA29685@ttmp-linux> References: <20140805131143.GA29685@ttmp-linux> Message-ID: <20140805.164507.779439224391996731.davem@davemloft.net> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org From: Lucas Tanure Date: Tue, 5 Aug 2014 10:11:43 -0300 > Fix missing include in intel i40e driver. Without this include linux next > tree won't compile. > > Signed-off-by: Lucas Tanure Applied, thank you.