commit | 035faf4bd2776237940c95d08bfe8928fe0a80e1 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jul 22 09:55:43 2015 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Aug 11 15:09:00 2015 +0100 |
tree | 3eadc1f4402002043147ce3d56dd97dc101dd704 | |
parent | 31115336d95d7d9ebb4b1bb8449876f798b0b2f7 [diff] |
mfd: ipaq-micro: Convert to built-in platform driver Signal that this is a built-in 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 built-in. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>