console: Put the public API header in the right location

Only moving the header from drivers/console/uart_console.h to
include/drivers/console/uart_console.h so source file did not need to be
changed, only the defs.objs files to look into include/drivers/console.

Change-Id: I585e16b50d9ffecf01ca9225e80f0e101f62ee4c
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/drivers/console/uart_console.c b/drivers/console/uart_console.c
index 87e3b0e..1dff301 100644
--- a/drivers/console/uart_console.c
+++ b/drivers/console/uart_console.c
@@ -46,7 +46,7 @@
 
 #include <board.h>
 #include <drivers/uart.h>
-#include "console/uart_console.h"
+#include <console/uart_console.h>
 #include <toolchain.h>
 #include <sections.h>