diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index 0bb49b7549b..12588877d26 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -50,7 +50,6 @@ #define cpu_swapout(p) #define cpu_number() 0 -void delay(int); #define DELAY(n) delay(n) extern char bootpath[];