gpio: zynq: Remove .owner field for driver
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Aug 2014 12:01:21 +0000 (14:01 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 29 Aug 2014 05:46:20 +0000 (07:46 +0200)
commit51dd2e8ec99cc83bd787f836f1d812f384a61dff
tree9895552553535136d4a55a5c1ee64d76a6bd55eb
parent1b5bda21b05ef1b3c5462d4f066fda7c68240dda
gpio: zynq: Remove .owner field for driver

There is no need to init .owner field.

Based on the patch from Peter Griffin <peter.griffin@linaro.org>
"mmc: remove .owner field for drivers using module_platform_driver"

This patch removes the superflous .owner field for drivers which
use the module_platform_driver API, as this is overriden in
platform_driver_register anyway."

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-zynq.c