From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760086AbZD3BVS (ORCPT ); Wed, 29 Apr 2009 21:21:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752215AbZD3BU7 (ORCPT ); Wed, 29 Apr 2009 21:20:59 -0400 Received: from yw-out-2324.google.com ([74.125.46.31]:46640 "EHLO yw-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751524AbZD3BU6 convert rfc822-to-8bit (ORCPT ); Wed, 29 Apr 2009 21:20:58 -0400 MIME-Version: 1.0 In-Reply-To: <20090429.174943.133929746.davem@davemloft.net> References: <20090428154654.19053.92829.stgit@localhost.localdomain> <20090429.174943.133929746.davem@davemloft.net> From: Grant Likely Date: Wed, 29 Apr 2009 19:20:38 -0600 Message-ID: Subject: Re: [PATCH] virtio: add missing include to virtio_net.h To: David Miller Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, rusty@rustcorp.com.au Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 29, 2009 at 6:49 PM, David Miller wrote: > From: Grant Likely > Date: Tue, 28 Apr 2009 09:46:54 -0600 > > [ Grant, please CC: netdev on networking patches, thanks. ] Oops, sorry about that; I had in my head "virtio" and it didn't even occur to me that it was also netdev. :-) g. > >> virtio_net.h uses the macro ETH_ALEN which is defined in linux/if_ether.h. >> Discovered when hacking on virtio-over-pci patches. >> >> Signed-off-by: Grant Likely > > Rusty, ACK? > > I haven't been able to get responses from Rusty on virtio net > patches, so if he doesn't start responding soon I'm going to > integrates the fixes I've seen lately as they all look > reasonable to me. > >> --- >> >>  include/linux/virtio_net.h |    1 + >>  1 files changed, 1 insertions(+), 0 deletions(-) >> >> >> diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h >> index 242348b..cec79ad 100644 >> --- a/include/linux/virtio_net.h >> +++ b/include/linux/virtio_net.h >> @@ -4,6 +4,7 @@ >>   * compatible drivers/servers. */ >>  #include >>  #include >> +#include >> >>  /* The ID for virtio_net */ >>  #define VIRTIO_ID_NET        1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at  http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at  http://www.tux.org/lkml/ > -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd.