Re: post_coreinitcall and module_init() in tty_io.c linux kernel 2.6.10

2007-10-18 Thread Randy Dunlap
On Thu, 18 Oct 2007 16:41:06 +0630 Deepak Gaur wrote: > Hi all, > > I am novice in field of linux device drivers. I have a small question > regarding module > _init() call in file drivers/char/tty_io.c. In this file there are two init > calls mentioned > > (a) postcore_initcall(tty_class_init)

post_coreinitcall and module_init() in tty_io.c linux kernel 2.6.10

2007-10-18 Thread Deepak Gaur
Hi all, I am novice in field of linux device drivers. I have a small question regarding module _init() call in file drivers/char/tty_io.c. In this file there are two init calls mentioned (a) postcore_initcall(tty_class_init); (b) module_init(tty_init); The postcore_initcall is defined in incl

post_coreinitcall and module_init() in tty_io.c linux kernel 2.6.10

2007-10-18 Thread Deepak Gaur
Hi all, I am novice in field of linux device drivers. I have a small question regarding module _init() call in file drivers/char/tty_io.c. In this file there are two init calls mentioned (a) postcore_initcall(tty_class_init); (b) module_init(tty_init); The postcore_initcall is defined in inclu