diff options
Diffstat (limited to 'arch/powerpc/include/asm/4xx_pcie.h')
| -rw-r--r-- | arch/powerpc/include/asm/4xx_pcie.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/arch/powerpc/include/asm/4xx_pcie.h b/arch/powerpc/include/asm/4xx_pcie.h index 90e0bd98f..fbdc28e0a 100644 --- a/arch/powerpc/include/asm/4xx_pcie.h +++ b/arch/powerpc/include/asm/4xx_pcie.h @@ -389,14 +389,6 @@ static inline int is_end_point(int port)  	return 0;  } -static inline void mdelay(int n) -{ -	u32 ms = n; - -	while (ms--) -		udelay(1000); -} -  #if defined(PCIE0_SDR)  static inline u32 sdr_base(int port)  { |