# Pastebin S6KdmyEo /home/cwabbott/src/hdk8650/linux/drivers/clk/qcom/camcc-sm8650.c: In function ‘cam_cc_sm8650_probe’: /home/cwabbott/src/hdk8650/linux/drivers/clk/qcom/camcc-sm8650.c:3573:36: error: passing argument 1 of ‘qcom_cc_really_probe’ from incompatible pointer type [-Werror=incompatible-pointer-types] 3573 | ret = qcom_cc_really_probe(&pdev->dev, &cam_cc_sm8650_desc, regmap); | ^~~~~~~~~~ | | | struct device * In file included from /home/cwabbott/src/hdk8650/linux/drivers/clk/qcom/camcc-sm8650.c:19: /home/cwabbott/src/hdk8650/linux/drivers/clk/qcom/common.h:63:57: note: expected ‘struct platform_device *’ but argument is of type ‘struct device *’ 63 | extern int qcom_cc_really_probe(struct platform_device *pdev, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~ cc1: some warnings being treated as errors