Skip to content

Commit 045c340

Browse files
abajktsbogend
authored andcommitted
MIPS: lantiq: remove unused function declaration
The removed function declaration is a leftover of the old gphy firmware loader, that has been removed in d510360. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 275aca6 commit 045c340

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ extern __iomem void *ltq_cgu_membase;
9494
#define LTQ_MPS_BASE_ADDR (KSEG1 + 0x1F107000)
9595
#define LTQ_MPS_CHIPID ((u32 *)(LTQ_MPS_BASE_ADDR + 0x0344))
9696

97-
/* allow booting xrx200 phys */
98-
int xrx200_gphy_boot(struct device *dev, unsigned int id, dma_addr_t dev_addr);
99-
10097
/* request a non-gpio and set the PIO config */
10198
#define PMU_PPE BIT(13)
10299
extern void ltq_pmu_enable(unsigned int module);

0 commit comments

Comments
 (0)