Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata

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

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20240826033411.4022822-1-cuigaosheng1@huawei.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Gaosheng Cui and committed by
Krzysztof Kozlowski
0f702757 9852d85e

-10
-10
include/linux/platform_data/hwmon-s3c.h
··· 33 33 struct s3c_hwmon_chcfg *in[8]; 34 34 }; 35 35 36 - /** 37 - * s3c_hwmon_set_platdata - Set platform data for S3C HWMON device 38 - * @pd: Platform data to register to device. 39 - * 40 - * Register the given platform data for use with the S3C HWMON device. 41 - * The call will copy the platform data, so the board definitions can 42 - * make the structure itself __initdata. 43 - */ 44 - extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd); 45 - 46 36 #endif /* __HWMON_S3C_H__ */