mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
of: remove struct property.unique_id for FDT
Only Sparc uses unique_id, so remove it for FDT builds and shrink struct property a bit making the unflattened DT less of a memory hog. Tested-by: Nicolas Pitre <nico@linaro.org> Reviewed-by: Frank Rowand <frowand.list@gmail.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
bd82bbf38c
commit
36689ecd2c
@ -38,7 +38,9 @@ struct property {
|
||||
void *value;
|
||||
struct property *next;
|
||||
unsigned long _flags;
|
||||
#if defined(CONFIG_OF_PROMTREE)
|
||||
unsigned int unique_id;
|
||||
#endif
|
||||
struct bin_attribute attr;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user