:
#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 a
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
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
3 matches
Mail list logo