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:
patch-ip2-move.gz
Description: Binary data
- Follow-Ups:
- Re: [RFC: 2.6 patch] move ip2.c and ip2main.c to drivers/char/ip2/
- From: "Michael H. Warfield" <[email protected]>
- Re: [RFC: 2.6 patch] move ip2.c and ip2main.c to drivers/char/ip2/
- Prev by Date: Re: Add entry.S labels to tag file.
- Next by Date: Re: cris: asm-offsets related build failure
- Previous by thread: Any Driver builds a non-PCI scatter-gather table to do a DMA transfer
- Next by thread: Re: [RFC: 2.6 patch] move ip2.c and ip2main.c to drivers/char/ip2/
- Index(es):