[git patch] Move ip2.c and ip2main.c to drivers/char/ip2/

From: Adrian Bunk
Date: Thu Jan 19 2006 - 12:47:38 EST


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@xxxxxxxxx>
Acked-by: Michael H. Warfield <mhw@xxxxxxxxxxxx>


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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/