linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org,
	"Michael H. Warfield" <mhw@WittsEnd.com>
Subject: [git patch] Move ip2.c and ip2main.c to drivers/char/ip2/
Date: Thu, 19 Jan 2006 18:49:11 +0100	[thread overview]
Message-ID: <20060119174911.GV19398@stusta.de> (raw)

Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial.git


This tree contains the following change:

    Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files
    used by this driver reside.
    
    Renamed ip2.c to ip2base.c to allow ip2.o to be built from multiple
    objects.
    
    Signed-off-by: Adrian Bunk <bunk@stusta.de>
    Acked-by: Michael H. Warfield <mhw@WittsEnd.com>


The diffstat is big, but changes are actually only:
- move ip2.c and ip2main.c to drivers/char/ip2/
- rename ip2.c to ip2base.c (the module is still called ip2)
- adjust some #include's in the moved files to the new location

Further cleanup patches will go the usual way through Michael/Andrew, 
but this straightforward moving of files should be done through git.


 drivers/char/Makefile      |    2 
 drivers/char/ip2.c         |  109 -
 drivers/char/ip2/Makefile  |    8 
 drivers/char/ip2/ip2base.c |  109 +
 drivers/char/ip2/ip2main.c | 3260 +++++++++++++++++++++++++++++++++++++
 drivers/char/ip2main.c     | 3260 -------------------------------------
 6 files changed, 3378 insertions(+), 3370 deletions(-)



                 reply	other threads:[~2006-01-19 17:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060119174911.GV19398@stusta.de \
    --to=bunk@stusta.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhw@WittsEnd.com \
    --cc=torvalds@osdl.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).