Now I'm reading the book linux device drivers 2nd & 3rd edition. In 2nd edition i've seen one chapter about intermodule communication (11 chapter), from this what I see in 3rd edition this chapter is removed and I'm a litlle in trouble. From this what I see functions like
inter_module_register(...)are deprecated in kernel 2.6 and now the question... Is there any another intermodule communication in kernel 2.6? I'm newbie in this topic so any information (code examples, tutorials, books) will be helpfull.