From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753261AbZEEEZF (ORCPT ); Tue, 5 May 2009 00:25:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752033AbZEEEYb (ORCPT ); Tue, 5 May 2009 00:24:31 -0400 Received: from ozlabs.org ([203.10.76.45]:53977 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751440AbZEEEY2 (ORCPT ); Tue, 5 May 2009 00:24:28 -0400 From: Rusty Russell To: Grant Likely Subject: Re: [PATCH] virtio: add missing include to virtio_net.h Date: Tue, 5 May 2009 13:54:22 +0930 User-Agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; ) Cc: linux-kernel@vger.kernel.org References: <20090428154654.19053.92829.stgit@localhost.localdomain> In-Reply-To: <20090428154654.19053.92829.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905051354.22713.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 Apr 2009 01:16:54 am Grant Likely wrote: > From: Grant Likely > > virtio_net.h uses the macro ETH_ALEN which is defined in linux/if_ether.h. > Discovered when hacking on virtio-over-pci patches. Thanks, I've applied this. Rusty.