diff options
Diffstat (limited to 'drivers/pci/setup-bus.c')
-rw-r--r-- | drivers/pci/setup-bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/setup-bus.c b/drivers/pci/setup-bus.c index 6dbe5629c8b4..939ca1b9af92 100644 --- a/drivers/pci/setup-bus.c +++ b/drivers/pci/setup-bus.c | |||
@@ -838,6 +838,8 @@ static inline resource_size_t calculate_mem_align(resource_size_t *aligns, | |||
838 | * pbus_size_mem() - size the memory window of a given bus | 838 | * pbus_size_mem() - size the memory window of a given bus |
839 | * | 839 | * |
840 | * @bus : the bus | 840 | * @bus : the bus |
841 | * @mask: mask the resource flag, then compare it with type | ||
842 | * @type: the type of free resource from bridge | ||
841 | * @min_size : the minimum memory window that must to be allocated | 843 | * @min_size : the minimum memory window that must to be allocated |
842 | * @add_size : additional optional memory window | 844 | * @add_size : additional optional memory window |
843 | * @realloc_head : track the additional memory window on this list | 845 | * @realloc_head : track the additional memory window on this list |