[PATCH] Input: tca6416-keypad: Change to module_init()
From: Mark Brown <hidden>
Date: 2011-03-23 16:20:22
Also in:
linux-i2c, linux-input, linux-omap, linux-sh
From: Mark Brown <hidden>
Date: 2011-03-23 16:20:22
Also in:
linux-i2c, linux-input, linux-omap, linux-sh
On Thu, Mar 24, 2011 at 01:04:31AM +0900, Magnus Damm wrote:
Sounds nice. Hopefully that will allow us to use module_init() in drivers instead of other initcall levels depending on bus type.
None of this is anything to do with the bus type - it's to do with the function of the devices within the system. Things that are required for early init of the kernel get bumped up the list.