commit | ae7f4513087e7f7996cebc9db642917dde9ea561 | [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 | 5957ac2a9f668370bfcd9e5520de4bde346878a4 [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>