From 564547f2838599788d4b4873695394c9be61cf09 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 2 May 2018 10:27:36 +0530 Subject: src/device: Fix discarded-qualifiers compilation issue coreboot build is broken due to CL: I6830a65bc9cea2907f4209bb97a53ccebcbf248d This patch ensures to build coreboot successfully. Change-Id: I4c9dfc9b19ce159ce1abcfbb287be4ce273cbaf1 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/25985 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Patrick Georgi --- src/device/device_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device') diff --git a/src/device/device_util.c b/src/device/device_util.c index 3d7f5a154a..a64b63ae23 100644 --- a/src/device/device_util.c +++ b/src/device/device_util.c @@ -209,7 +209,7 @@ struct device *dev_find_class(unsigned int class, struct device *from) * @param dev The device path to encode. * @return Device path encoded into lower 3 bytes of dword. */ -u32 dev_path_encode(struct device *dev) +u32 dev_path_encode(const struct device *dev) { u32 ret; -- cgit v1.2.3