diff options
Diffstat (limited to 'include/dt-structs.h')
-rw-r--r-- | include/dt-structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dt-structs.h b/include/dt-structs.h index eed8273d18..f0e1c9cb90 100644 --- a/include/dt-structs.h +++ b/include/dt-structs.h @@ -11,17 +11,17 @@ struct driver_info; struct phandle_0_arg { - const struct driver_info *node; + uint idx; int arg[0]; }; struct phandle_1_arg { - const struct driver_info *node; + uint idx; int arg[1]; }; struct phandle_2_arg { - const struct driver_info *node; + uint idx; int arg[2]; }; #include <generated/dt-structs-gen.h> |