Move coloured led API to status_led.h
Improve indentation in drivers/at45.c
diff --git a/cpu/arm920t/start.S b/cpu/arm920t/start.S
index df2ee20..aefcdd1 100644
--- a/cpu/arm920t/start.S
+++ b/cpu/arm920t/start.S
@@ -27,7 +27,7 @@
 
 #include <config.h>
 #include <version.h>
-#include <asm/coloured_led.h>
+#include <status_led.h>
 
 /*
  *************************************************************************