Re: [Tinyx-devel] [PATCH 30/33] KERNEL: Add module.h to kernel/main.c
Status: Planning
Brought to you by:
davidcohen
From: David C. <da...@gm...> - 2007-12-12 16:53:42
|
On Dec 12, 2007 10:59 AM, Felipe Balbi <me...@fe...> wrote: > Definition of module_init. > > Signed-off-by: Felipe Balbi <me...@fe...> > --- > kernel/main.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/kernel/main.c b/kernel/main.c > index 50d9f77..7470d59 100644 > --- a/kernel/main.c > +++ b/kernel/main.c > @@ -24,6 +24,7 @@ > #include <asm/io.h> > #include <tinyx/list.h> > #include <tinyx/kernel.h> > +#include <tinyx/module.h> Same as int the previous comment. modules.h is not needed. BR, David > > > #define UART_BPS(pclk,bps) (pclk / ((bps) * 16.0)) > > -- > 1.5.3.7.1157.gbf82a > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Tinyx-devel mailing list > Tin...@li... > https://lists.sourceforge.net/lists/listinfo/tinyx-devel > |