From mboxrd@z Thu Jan 1 00:00:00 1970 From: j.neuschaefer@gmx.net (Jonathan =?utf-8?Q?Neusch=C3=A4fer?=) Date: Wed, 18 Jul 2012 16:40:46 +0200 Subject: Problem with module spanning from multiple files In-Reply-To: <1342600852.3829.10.camel@calculate.local> References: <1342596877.3829.3.camel@calculate.local> <1342600852.3829.10.camel@calculate.local> Message-ID: <20120718144046.GA2815@debian.debian> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Wed, Jul 18, 2012 at 12:40:52PM +0400, aleksey wrote: > int my_module_init(void) > { > pr_emerg("Hello, world module is loading\n"); > print_message(); > return 0; > } Do you get the "Hello, world" message? Jonathan