diff options
Diffstat (limited to 'test/dm/nvmxip.c')
-rw-r--r-- | test/dm/nvmxip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/nvmxip.c b/test/dm/nvmxip.c index e934748eb5..89bf481f61 100644 --- a/test/dm/nvmxip.c +++ b/test/dm/nvmxip.c @@ -17,7 +17,7 @@ #include <linux/bitops.h> #include <test/test.h> #include <test/ut.h> -#include "../../drivers/mtd/nvmxip/nvmxip.h" +#include <nvmxip.h> /* NVMXIP devices described in the device tree */ #define SANDBOX_NVMXIP_DEVICES 2 |