From f4dac8ac06512c8ed00a58cacae453c128a159de Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 20 Jun 2016 11:51:28 -0700 Subject: commonlib/region: Rename XLATE region device init macro This makes the name consistent with other region device init macros. Change-Id: I248894ba6c85326b615dcb71e8f498bc8be50911 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/15277 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/commonlib/include/commonlib/region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonlib') diff --git a/src/commonlib/include/commonlib/region.h b/src/commonlib/include/commonlib/region.h index a13c66c316..4e32b09be0 100644 --- a/src/commonlib/include/commonlib/region.h +++ b/src/commonlib/include/commonlib/region.h @@ -177,7 +177,7 @@ struct xlate_region_device { extern const struct region_device_ops xlate_rdev_ops; -#define XLATE_REGION_INIT(access_dev_, sub_offset_, sub_size_, parent_sz_) \ +#define XLATE_REGION_DEV_INIT(access_dev_, sub_offset_, sub_size_, parent_sz_) \ { \ .access_dev = access_dev_, \ .sub_region = { \ -- cgit v1.2.3