Skip to content

Commit a4349bf

Browse files
author
Octavian Purdila
committed
Merge pull request torvalds#126 from liuyuan10/extern
lkl: Mark lkl_virtio_devs as extern in lkl_host.h
2 parents 37d0a2c + 480abc7 commit a4349bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lkl/include/lkl_host.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extern struct lkl_host_operations lkl_host_ops;
1717
*/
1818
int lkl_printf(const char *fmt, ...);
1919

20-
char lkl_virtio_devs[256];
20+
extern char lkl_virtio_devs[256];
2121

2222
struct lkl_dev_buf {
2323
void *addr;

0 commit comments

Comments
 (0)