commit | d8bf254089a6c31d7d01a4d1d2f1861662900855 | [log] [tgz] |
---|---|---|
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | Mon Sep 22 14:41:40 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 16 09:24:51 2008 -0700 |
tree | 646ec36e10982958e6bd3385dbbaee34c5061251 | |
parent | 45c076c5d71e6e644e2eae64f80922d162c900ac [diff] |
platform: add new device registration helper Add a helper that registers simple platform_device w/o resources but with parent and device data. This is usefull to cleanup platform code from code that registers such simple devices as leds-gpio, generic-bl, etc. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Cc: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>