commit | 7975bd4cca05a99aa14964cfa22366ee64da50ad | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue May 23 17:07:47 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 25 15:41:20 2017 +0200 |
tree | 9f0e08014defb9025a076b2b4dc009f8b392e1c1 | |
parent | dd246486f94694edb86e898a24a61ebf2f2fdba4 [diff] |
firmware: vpd: remove platform driver There is no reason why VPD should register platform device and driver, given that we do not use their respective kobjects to attach attributes, nor do we need suspend/resume hooks, or any other features of device core. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Reviewed-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>