lmb: remove lmb_region.size
Remove the unused field size of struct lmb_region as it is initialized to 0 and never used after in lmb library. See Linux kernel commit 4734b594c6ca ("memblock: Remove memblock_type.size and add memblock.memory_size instead") Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:

committed by
Tom Rini

parent
77b8cfef53
commit
8f167da9c5
@@ -21,7 +21,6 @@ struct lmb_property {
|
||||
|
||||
struct lmb_region {
|
||||
unsigned long cnt;
|
||||
phys_size_t size;
|
||||
struct lmb_property region[MAX_LMB_REGIONS+1];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user