Skip to content

Commit 0f70275

Browse files
gscuikrzk
authored andcommitted
ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata
The s3c_hwmon_set_platdata() have been removed since commit 0d297df ("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>
1 parent 9852d85 commit 0f70275

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/linux/platform_data/hwmon-s3c.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,4 @@ struct s3c_hwmon_pdata {
3333
struct s3c_hwmon_chcfg *in[8];
3434
};
3535

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-
4636
#endif /* __HWMON_S3C_H__ */

0 commit comments

Comments
 (0)