leds/leds-gpio: merge platform_driver with of_platform_driver
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 23 Feb 2011 03:06:04 +0000 (20:06 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 28 Feb 2011 08:36:39 +0000 (01:36 -0700)
Both interfaces can be driven with the same driver, and
of_platform_driver is getting removed.  This patch merges the two
driver registrations.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/leds/leds-gpio.c

Simple merge