File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
include/linux/platform_data Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 13
13
14
14
#include <linux/dmaengine.h>
15
15
16
- extern void s3c64xx_ac97_setup_gpio (int );
17
-
18
16
struct samsung_i2s_type {
19
17
/* If the Primary DAI has 5.1 Channels */
20
18
#define QUIRK_PRI_6CHAN (1 << 0)
Original file line number Diff line number Diff line change @@ -33,14 +33,4 @@ struct s3c_hwmon_pdata {
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__ */
You can’t perform that action at this time.
0 commit comments