netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brice Goglin <brice@myri.com>
To: Jeff Garzik <jeff@garzik.org>, "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH 2/3] myri10ge: rename main file into myri10ge_main.c
Date: Mon, 29 Sep 2008 03:34:36 +0200	[thread overview]
Message-ID: <48E030AC.3060605@myri.com> (raw)
In-Reply-To: <48E02FD1.2010502@myri.com>

To prepare myri10ge.c split into multiple files, rename
it to myri10ge_main.c first.

Signed-off-by: Brice Goglin <brice@myri.com>
---
 drivers/net/myri10ge/Makefile                      |    2 ++
 .../net/myri10ge/{myri10ge.c => myri10ge_main.c}   |    0 
 2 files changed, 2 insertions(+), 0 deletions(-)
 rename drivers/net/myri10ge/{myri10ge.c => myri10ge_main.c} (100%)

diff --git a/drivers/net/myri10ge/Makefile b/drivers/net/myri10ge/Makefile
index 5df8916..597440c 100644
--- a/drivers/net/myri10ge/Makefile
+++ b/drivers/net/myri10ge/Makefile
@@ -3,3 +3,5 @@
 #
 
 obj-$(CONFIG_MYRI10GE) += myri10ge.o
+
+myri10ge-objs := myri10ge_main.o
diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge_main.c
similarity index 100%
rename from drivers/net/myri10ge/myri10ge.c
rename to drivers/net/myri10ge/myri10ge_main.c
-- 
1.5.6.5




  parent reply	other threads:[~2008-09-29  1:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-29  1:30 [PATCH 0/3] myri10ge updates for 2.6.28 Brice Goglin
2008-09-29  1:34 ` [PATCH 1/3] myri10ge: add multiqueue TX Brice Goglin
2008-09-29  1:34 ` Brice Goglin [this message]
2008-09-29  1:34 ` [PATCH 3/3] myri10ge: split main file into pieces Brice Goglin

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=48E030AC.3060605@myri.com \
    --to=brice@myri.com \
    --cc=davem@davemloft.net \
    --cc=jeff@garzik.org \
    --cc=netdev@vger.kernel.org \
    /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).