Re: [PATCH 3/3] mfd: ipaq-micro: convert to builtin platform driver

2015-07-23 Thread Lee Jones
On Wed, 22 Jul 2015, Linus Walleij wrote: > Signal that this is a builting driver and call its probe function > immediately on init. Suppress binding attributes and delete the > .remove() function since it is never unloaded. Tag probe() and > functions only called from probe() with __init. Delete

[PATCH 3/3] mfd: ipaq-micro: convert to builtin platform driver

2015-07-22 Thread Linus Walleij
Signal that this is a builting driver and call its probe function immediately on init. Suppress binding attributes and delete the .remove() function since it is never unloaded. Tag probe() and functions only called from probe() with __init. Delete all module macros since this is a pure builtin. Si