[PATCH 32/46] kernel: Add prototype declaration to header file include/linux/module.h

2014-02-27 Thread Rashika Kheria
Add prototype definition of function to header file include/linux/module.h because it is used by more than one file. This eliminates the following warning in kernel/module.c: kernel/module.c:3823:6: warning: no previous prototype for ‘module_layout’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 32/46] kernel: Add prototype declaration to header file include/linux/module.h

2014-02-27 Thread Rashika Kheria
Add prototype definition of function to header file include/linux/module.h because it is used by more than one file. This eliminates the following warning in kernel/module.c: kernel/module.c:3823:6: warning: no previous prototype for ‘module_layout’ [-Wmissing-prototypes] Signed-off-by: Rashika