login
Header Space

 
 

Mailing list archives

Search results

Found 28 matching messages (0.000 seconds). Page 1 of 2.

Re: [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit

... familiar the mechanics of patch submission. Jon Jon Schindler wrote: > I'm sorry, ns8390_init_module ... 28 Feb 2008 01:30:25 -0600 >> Jon Schindler wrote: >> >>> Replaced init_module and cleanup_module with static functions and ...

linux-kernel - Jon Schindler - Feb 29 2008 - 22:46

[PATCH 1/1] Removed deprecated init_module and cleanup_module functions and updated to use module_init and module_exit.

From: Jon Schindler As part of the kernel janitor projected listed at ... replaced with a static internal function that is exported through module_exit(). Signed-off-by: Jon Schindler --- diff --git a/drivers/ ...

linux-kernel - Jon Schindler - Feb 27 2008 - 04:23

[PATCH 1/1] Removed deprecated init_module and cleanup_module functions and updated to use module_init and module_exit.

From: Jon Schindler As part of the kernel janitor projected listed at ... replaced with a static internal function that is exported through module_exit(). Signed-off-by: Jon Schindler --- diff --git a/drivers/ ...

linux-kernel - Jon Schindler - Feb 27 2008 - 04:38

[resend and request for comments][PATCH 1/1] Removed deprecated init_module and cleanup_module functions and updated to use module_init and module_exit.

From: Jon Schindler I apologize, there was an error in the original patch. As ... /net/3c527.c drivers/net/82596.c Signed-off-by: Jon Schindler --- diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c ...

linux-kernel - Jon Schindler - Feb 28 2008 - 00:16

[resend and request for comments,again][PATCH 1/1] Removed deprecated init_module and cleanup_module functions and updated to use module_init and module_exit.

From: Jon Schindler I apologize, there was an error in the last two versions I ... /net/3c527.c drivers/net/82596.c Signed-off-by: Jon Schindler --- diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c ...

linux-kernel - Jon Schindler - Feb 28 2008 - 01:01

[PATCH 1/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/8390.c b/drivers/net/8390.c index ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:30

[PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/ac3200.c b/drivers/net/ac3200.c ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:30

[PATCH 3/9] /drivers/net/apne.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/apne.c b/drivers/net/apne.c index ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:30

[PATCH 4/9] /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/appletalk/cops.c b/drivers/net/appletalk ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:30

[PATCH 5/9] /drivers/net/appletalk/ltpc.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/appletalk/ltpc.c b/drivers/net/appletalk ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:31

[PATCH 6/9] /drivers/net/arcnet/capmode.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/arcnet/capmode.c b/drivers/net/arcnet/ ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:31

[PATCH 7/9] /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/arcnet/com20020.c b/drivers/net/arcnet/ ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:31

[PATCH 8/9] /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:31

[PATCH 9/9] /drivers/net/atarilance.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/atarilance.c b/drivers/net/atarilance.c ...

linux-kernel - Jon Schindler - Feb 28 2008 - 03:31

Re: [PATCH 2/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit

... it in the next reply. Andrew Morton wrote: > On Thu, 28 Feb 2008 01:30:25 -0600 > Jon Schindler wrote: > >> Replaced init_module and cleanup_module with static functions and module_init/module_exit. > > I ...

linux-kernel - Jon Schindler - Feb 29 2008 - 22:32

[PATCH 1/9] /drivers/net/8390.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/8390.c b/drivers/net/8390.c index ...

linux-kernel - Jon Schindler - Mar 1 2008 - 02:20

[PATCH 2/9] /drivers/net/ac3200.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/net/ac3200.c b/drivers/net/ac3200.c ...

linux-kernel - Jon Schindler - Mar 1 2008 - 02:20

[PATCH 1/11] /drivers/block/floppy.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c ...

linux-kernel - Jon Schindler - Mar 5 2008 - 01:49

[PATCH 2/11] /drivers/block/ps2esdi.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/block/ps2esdi.c b/drivers/block/ps2esdi.c ...

linux-kernel - Jon Schindler - Mar 5 2008 - 01:49

[PATCH 3/11] /drivers/char/ip2/ip2main.c replaced init_module&cleanup_module with module_init&module_exit

Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler --- diff --git a/drivers/char/ip2/ip2main.c b/drivers/char/ip2/ ...

linux-kernel - Jon Schindler - Mar 5 2008 - 01:49

speck-geostationary