[PATCH] Staging: Android: logger: module_exit implementation

2012-11-22 Thread Luca Clementi
: #define module_init(x) __initcall(x); ... #define __initcall(fn) device_initcall(fn) Tested against f4a75d2eb7b1e2206094b901be09adb31ba63681 Linux 3.7-rc6 Signed-off-by: Luca Clementi --- drivers/staging/android/logger.c | 21 + 1 file changed, 21 insertions(+) diff --git

[PATCH] Staging: Android: logger: module_exit implementation

2012-11-22 Thread Luca Clementi
: #define module_init(x) __initcall(x); ... #define __initcall(fn) device_initcall(fn) Tested against f4a75d2eb7b1e2206094b901be09adb31ba63681 Linux 3.7-rc6 Signed-off-by: Luca Clementi luca.cleme...@gmail.com --- drivers/staging/android/logger.c | 21 + 1 file changed, 21

Re: [PATCH] Staging: Android: logger: module_exit implementationg

2012-11-03 Thread Luca Clementi
On Fri, Nov 2, 2012 at 11:29 AM, Greg Kroah-Hartman wrote: > On Thu, Nov 01, 2012 at 11:15:52PM -0700, Luca Clementi wrote: >> Created the module_exit for the android logger so that >> it can be loaded and unloaded as a module. Fixed >> module_init and some other minor iss

Re: [PATCH] Staging: Android: logger: module_exit implementationg

2012-11-03 Thread Luca Clementi
On Fri, Nov 2, 2012 at 11:29 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Nov 01, 2012 at 11:15:52PM -0700, Luca Clementi wrote: Created the module_exit for the android logger so that it can be loaded and unloaded as a module. Fixed module_init and some other minor issues

[PATCH] Staging: Android: logger: module_exit implementation

2012-11-02 Thread Luca Clementi
Created the module_exit for the android logger so that it can be loaded and unloaded as a module. Fixed module_init and some other minor issues. Signed-off-by: Luca Clementi Cc: Greg Kroah-Hartman Cc: Brian Swetland --- drivers/staging/android/logger.c | 30 +- 1

[PATCH] Staging: Android: logger: module_exit implementation

2012-11-02 Thread Luca Clementi
Created the module_exit for the android logger so that it can be loaded and unloaded as a module. Fixed module_init and some other minor issues. Signed-off-by: Luca Clementi luca.cleme...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Brian Swetland swetl...@google.com