src/soc: change "unsigned" to "unsigned int"

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I9c1228d3f9e7a12fe30c48e3b1f143520fed875c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36332
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Martin Roth
2019-10-23 21:45:23 -06:00
committed by Martin Roth
parent ad0f485361
commit 57e8909081
67 changed files with 295 additions and 295 deletions

View File

@@ -50,4 +50,4 @@ struct tegra_i2c_bus_info tegra_i2c_info[] = {
}
};
unsigned g_num_i2c_buses = ARRAY_SIZE(tegra_i2c_info);
unsigned int g_num_i2c_buses = ARRAY_SIZE(tegra_i2c_info);