Skip to content

Commit 269e715

Browse files
committed
Merge tag 'samsung-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
Samsung mach/soc changes for v6.13 Few minor cleanups in platform data headers: drop unused declarations. * tag 'samsung-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ASoC: samsung: Remove obsoleted declaration for s3c64xx_ac97_setup_gpio ARM: samsung: Remove obsoleted declaration for s3c_hwmon_set_platdata Link: https://lore.kernel.org/r/20241029081002.21106-3-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 1c8f196 + 3a6ad95 commit 269e715

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

include/linux/platform_data/asoc-s3c.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
#include <linux/dmaengine.h>
1515

16-
extern void s3c64xx_ac97_setup_gpio(int);
17-
1816
struct samsung_i2s_type {
1917
/* If the Primary DAI has 5.1 Channels */
2018
#define QUIRK_PRI_6CHAN (1 << 0)

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)