treewide: use full path to console/ipm_console.h header

The build infrastructure should not be adding the drivers subdirectory
to the include path.  Fix the legacy uses that depended on that
addition.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-25 05:34:53 -06:00 committed by Carles Cufí
commit 47e62276ff
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <sys/printk.h>
#include <stdio.h>
#include <drivers/ipm.h>
#include <console/ipm_console.h>
#include <drivers/console/ipm_console.h>
#include <sys/__assert.h>
static void ipm_console_thread(void *arg1, void *arg2, void *arg3)

View file

@ -11,7 +11,7 @@
#include <kernel.h>
#include <sys/printk.h>
#include <drivers/ipm.h>
#include <console/ipm_console.h>
#include <drivers/console/ipm_console.h>
static struct device *ipm_console_device;