linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] move ip2.c and ip2main.c to drivers/char/ip2/
@ 2006-01-19 16:35 Adrian Bunk
  2006-01-19 16:43 ` Michael H. Warfield
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-01-19 16:35 UTC (permalink / raw)
  To: mhw; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]

Hi Michael,

I plan to do some cleanups for the ip2 driver including replacing the 
#include'ing of .c files with building them separately and linking them 
together.

As a preparation, this patch contains the following:
- 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 file to the new location

Is this patch OK for you?

Due to it's size (due to moving the files around) the patch is attached 
gzip'ed.

diffstat output:

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



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


[-- Attachment #2: patch-ip2-move.gz --]
[-- Type: application/octet-stream, Size: 49730 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-19 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19 16:35 [RFC: 2.6 patch] move ip2.c and ip2main.c to drivers/char/ip2/ Adrian Bunk
2006-01-19 16:43 ` Michael H. Warfield

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