]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Rename struct device_id to udevice_id
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:45 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:55:18 +0000 (11:55 -0600)
commitae7f4513087e7f7996cebc9db642917dde9ea561
treeadea348bafc0fdb98c684d32b943637515e4843a
parent5957ac2a9f668370bfcd9e5520de4bde346878a4
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>
doc/driver-model/README.txt
drivers/core/lists.c
drivers/demo/demo-shape.c
drivers/demo/demo-simple.c
drivers/gpio/sandbox.c
include/dm/device.h
test/dm/test-fdt.c