commit | a1e9c9dd3383e6a1a762464ad604b1081774dbda | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Feb 23 15:37:59 2011 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Feb 28 13:22:42 2011 -0700 |
tree | 7b5cc2e6f33934880b4463bcc1a58c3e0b5b399a | |
parent | a314c5c0040aab51ebb1ecfd37a9198a91962243 [diff] |
ipmi: convert OF driver to platform driver of_bus is deprecated in favor of the plain platform bus. This patch merges the ipmi OF driver with the existing platform driver. CONFIG_PPC_OF occurrances are removed or replaced with CONFIG_OF. Compile tested with and without CONFIG_OF. Tested OF probe and default probe cases. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>