[include][lk] fixup lk/ include path move

This commit is contained in:
Travis Geiselbrecht
2019-06-17 18:28:51 -07:00
parent 2937371c84
commit 1b7a28efb8
503 changed files with 1057 additions and 1057 deletions

View File

@@ -23,8 +23,8 @@
#include <dev/driver.h>
#include <assert.h>
#include <err.h>
#include <trace.h>
#include <lk/err.h>
#include <lk/trace.h>
/* static list of devices constructed with DEVICE_INSTANCE macros */
extern struct device __devices[];