commit | 767827a289d1c8b599bd63852124d5028377aeee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 11 23:29:45 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 20 11:55:18 2014 -0600 |
tree | adea348bafc0fdb98c684d32b943637515e4843a | |
parent | 0123ee2249099dbca54f9b33d998bfd5e8f1dedf [diff] |
dm: Rename struct device_id to udevice_id It is best to avoid having any occurence of 'struct device' in driver model, so rename to achieve this. Signed-off-by: Simon Glass <sjg@chromium.org>