Skip to content

Commit 43528a7

Browse files
maquefelarndb
authored andcommitted
ARM: ep93xx: soc: drop defines
Remove unnecessary defines, as we dropped board files. Signed-off-by: Nikita Shubin <[email protected]> Tested-by: Alexander Sverdlin <[email protected]> Acked-by: Vinod Koul <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e5ef574 commit 43528a7

File tree

3 files changed

+0
-55
lines changed

3 files changed

+0
-55
lines changed

include/linux/platform_data/eth-ep93xx.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

include/linux/platform_data/keypad-ep93xx.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

include/linux/soc/cirrus/ep93xx.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#ifndef _SOC_EP93XX_H
33
#define _SOC_EP93XX_H
44

5-
struct platform_device;
65
struct regmap;
76
struct spinlock_t;
87

@@ -36,16 +35,4 @@ struct ep93xx_regmap_adev {
3635
#define to_ep93xx_regmap_adev(_adev) \
3736
container_of((_adev), struct ep93xx_regmap_adev, adev)
3837

39-
#ifdef CONFIG_ARCH_EP93XX
40-
int ep93xx_i2s_acquire(void);
41-
void ep93xx_i2s_release(void);
42-
unsigned int ep93xx_chip_revision(void);
43-
44-
#else
45-
static inline int ep93xx_i2s_acquire(void) { return 0; }
46-
static inline void ep93xx_i2s_release(void) {}
47-
static inline unsigned int ep93xx_chip_revision(void) { return 0; }
48-
49-
#endif
50-
5138
#endif

0 commit comments

Comments
 (0)