net: rfkill: gpio: remove unused and obsolete platform parameters
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 1 Apr 2014 14:02:53 +0000 (17:02 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Apr 2014 07:29:16 +0000 (09:29 +0200)
After upgrading to descriptor based gpios, the gpio numbers
are not used anymore. The power_clk_name and the platform
specific setup and close hooks are not used by anybody, and
we should not encourage use of such things, so removing them.

Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found