linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git patch] Move ip2.c and ip2main.c to drivers/char/ip2/
@ 2006-01-19 17:49 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-01-19 17:49 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, Michael H. Warfield

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(-)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-19 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19 17:49 [git patch] Move ip2.c and ip2main.c to drivers/char/ip2/ Adrian Bunk

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).