gpio: pl061: drop extra check for NULL platform_data
authorRob Herring <rob.herring@calxeda.com>
Fri, 9 Dec 2011 22:56:08 +0000 (16:56 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 13 Dec 2011 18:01:14 +0000 (11:01 -0700)
commitb2888095feb3c651cba5904b0227622e82777b34
tree92ef8eac529b042c34e0f4526d1124307da9d297
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50
gpio: pl061: drop extra check for NULL platform_data

In adding DT binding support, the check for NULL platform_data got added
back in inadvertently, so remove it.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-pl061.c