We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852d85 commit 0f70275Copy full SHA for 0f70275
include/linux/platform_data/hwmon-s3c.h
@@ -33,14 +33,4 @@ struct s3c_hwmon_pdata {
33
struct s3c_hwmon_chcfg *in[8];
34
};
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
#endif /* __HWMON_S3C_H__ */
0 commit comments