diff options
| author | Rasmus Villemoes <[email protected]> | 2024-05-27 22:04:17 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2024-07-03 07:36:33 +0100 |
| commit | a8729a260b53b9a2fce2607ac90744a47f96daef (patch) | |
| tree | 3a74b8a21112197b410dddb6fd36a8c03d503917 /include | |
| parent | d243b369e95139f77d04007755a4af42a0a03b30 (diff) | |
global_data.h: drop write-only field dm_root_f
The dm_root_f field seems to be entirely write-only and hence
redundant, unless 'git grep' fails to find some access generated via
preprocessor token concatenation or similar.
Signed-off-by: Rasmus Villemoes <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/global_data.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index fcc3c6e14ca..aa336d63e3a 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -196,10 +196,6 @@ struct global_data { */ struct udevice *dm_root; /** - * @dm_root_f: pre-relocation root instance - */ - struct udevice *dm_root_f; - /** * @uclass_root_s: * head of core tree when uclasses are not in read-only memory. * |
