netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Jeff Garzik <jgarzik@pobox.com>, Andrew Morton <akpm@osdl.org>
Cc: linuxppc64-dev@ozlabs.org, Utz Bacher <utz.bacher@de.ibm.com>,
	linux-kernel@vger.kernel.org,
	Jens Osterkamp <Jens.Osterkamp@de.ibm.com>,
	netdev@vger.kernel.org
Subject: [PATCH] net: add missing include to netdevice.h
Date: Tue, 28 Jun 2005 15:47:03 +0200	[thread overview]
Message-ID: <200506281547.04620.arnd@arndb.de> (raw)
In-Reply-To: <200506281528.08834.arnd@arndb.de>

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 <arndb@de.ibm.com>

--- linux-cg.orig/include/linux/etherdevice.h	2005-05-31 07:48:50.044932320 -0400
+++ linux-cg/include/linux/etherdevice.h	2005-05-31 07:49:06.808914320 -0400
@@ -25,6 +25,7 @@
 #define _LINUX_ETHERDEVICE_H
 
 #include <linux/if_ether.h>
+#include <linux/netdevice.h>
 #include <linux/random.h>
 
 #ifdef __KERNEL__

  reply	other threads:[~2005-06-28 13:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-28 13:28 [PATCH] net: add driver for the NIC on Cell Blades Arnd Bergmann
2005-06-28 13:47 ` Arnd Bergmann [this message]
2005-06-28 22:59   ` [PATCH] net: add missing include to netdevice.h David S. Miller
2005-06-28 13:53 ` [PATCH] net: add driver for the NIC on Cell Blades Arjan van de Ven
2005-06-29  0:38   ` Arnd Bergmann
2005-06-29  7:32     ` Arjan van de Ven
2005-06-29 12:55       ` Arnd Bergmann
2005-06-29 23:48       ` Benjamin Herrenschmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200506281547.04620.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=Jens.Osterkamp@de.ibm.com \
    --cc=akpm@osdl.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc64-dev@ozlabs.org \
    --cc=netdev@vger.kernel.org \
    --cc=utz.bacher@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).