Skip to content

Commit fec5aff

Browse files
committed
linux: Include private.h
Replace log.h with private.h because we added log.h only for nvme_msg() but this define has been moved to the private.h header file. Signed-off-by: Daniel Wagner <[email protected]>
1 parent eab156a commit fec5aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#include "linux.h"
3434
#include "tree.h"
35-
#include "log.h"
35+
#include "private.h"
3636

3737
static int __nvme_open(const char *name)
3838
{

0 commit comments

Comments
 (0)