Slight code clean up.
Add comments, delete duplicate define and remove spaces.
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h
index 8eccac8..ba73bae 100644
--- a/include/74xx_7xx.h
+++ b/include/74xx_7xx.h
@@ -111,9 +111,8 @@
 	CPU_750CX, CPU_750FX, CPU_750GX,
 	CPU_7400,
 	CPU_7410,
-	CPU_7448,
-	CPU_7450, CPU_7455, CPU_7457,
 	CPU_7447A, CPU_7448,
+	CPU_7450, CPU_7455, CPU_7457,
 	CPU_UNKNOWN} cpu_t;
 
 extern cpu_t get_cpu_type(void);