Commit 0f702757 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Krzysztof Kozlowski
Browse files

ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata



The s3c_hwmon_set_platdata() have been removed since
commit 0d297df0 ("ARM: s3c: simplify platform code"), and now
it is useless, so remove it.

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20240826033411.4022822-1-cuigaosheng1@huawei.com


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 9852d85e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -33,14 +33,4 @@ struct s3c_hwmon_pdata {
	struct s3c_hwmon_chcfg	*in[8];
};

/**
 * s3c_hwmon_set_platdata - Set platform data for S3C HWMON device
 * @pd: Platform data to register to device.
 *
 * Register the given platform data for use with the S3C HWMON device.
 * The call will copy the platform data, so the board definitions can
 * make the structure itself __initdata.
 */
extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd);

#endif /* __HWMON_S3C_H__ */