Re: [patch 09/12] include/linux/module.h - compile warning cleanup

2005-03-06 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > , extinguish warning for module structure that is still > live when module is compiled into the kernel; do this in one central > place so all such type warnings are automatically taken care of > > Signed-off-by: Stephen Biggs <[EMAIL PROTECTED]> > Signed-off-by: Dome

[patch 09/12] include/linux/module.h - compile warning cleanup

2005-03-05 Thread domen
, extinguish warning for module structure that is still live when module is compiled into the kernel; do this in one central place so all such type warnings are automatically taken care of Signed-off-by: Stephen Biggs <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj