commit | 89876a55a62f495302e2fd76094e45a65ca188b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 11 23:29:49 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 20 11:55:49 2014 -0600 |
tree | 54dee9f0c349937bf39a2aebc2a7e1d9e6e60842 | |
parent | 6a6d8fbef7eb801a6babad8a62b1318d098ed7ed [diff] |
dm: Cast away the const-ness of the global_data pointer In a very few cases we need to adjust the driver model root device, such as when setting it up at initialisation. Add a macro to make this easier. Signed-off-by: Simon Glass <sjg@chromium.org>