Skip to content

Commit

Permalink
Merge pull request torvalds#126 from liuyuan10/extern
Browse files Browse the repository at this point in the history
lkl: Mark lkl_virtio_devs as extern in lkl_host.h
  • Loading branch information
Octavian Purdila committed Mar 16, 2016
2 parents 37d0a2c + 480abc7 commit a4349bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/include/lkl_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern struct lkl_host_operations lkl_host_ops;
*/
int lkl_printf(const char *fmt, ...);

char lkl_virtio_devs[256];
extern char lkl_virtio_devs[256];

struct lkl_dev_buf {
void *addr;
Expand Down

0 comments on commit a4349bf

Please sign in to comment.