treewide: use full path to can.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:52 -06:00 committed by Carles Cufí
commit 0a81465554

View file

@ -16,7 +16,7 @@
#include <zephyr/types.h>
#include <net/net_ip.h>
#include <net/net_if.h>
#include <can.h>
#include <drivers/can.h>
#ifdef __cplusplus
extern "C" {