common: Move clock functions into a new file
[oweals/u-boot.git] / drivers / serial / serial_ns16550.c
index 5afe620b9fc434612999bc52c70d6d8affe7a4d7..ef394b72350915bdc247c812c693b32cd80c8187 100644 (file)
@@ -5,14 +5,10 @@
  */
 
 #include <common.h>
-#include <linux/compiler.h>
-
+#include <clock_legacy.h>
 #include <ns16550.h>
-#ifdef CONFIG_NS87308
-#include <ns87308.h>
-#endif
-
 #include <serial.h>
+#include <linux/compiler.h>
 
 #ifndef CONFIG_NS16550_MIN_FUNCTIONS