diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-07-23 22:31:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-07-23 23:07:35 +0000 |
| commit | 8843787aa1bdbd10de6ba47a04489179ec2d2d3c (patch) | |
| tree | e4f1f073e56749ecc19fea40401687f68cba8b29 /sys/contrib/ena-com | |
| parent | 58109a87d42b490eba76879f9007a4dbdaf7bb80 (diff) | |
Diffstat (limited to 'sys/contrib/ena-com')
| -rw-r--r-- | sys/contrib/ena-com/ena_plat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/contrib/ena-com/ena_plat.h b/sys/contrib/ena-com/ena_plat.h index b31821248398..274f795950c0 100644 --- a/sys/contrib/ena-com/ena_plat.h +++ b/sys/contrib/ena-com/ena_plat.h @@ -98,8 +98,6 @@ extern struct ena_bus_space ebs; #define DEFAULT_ALLOC_ALIGNMENT 8 #define ENA_CDESC_RING_SIZE_ALIGNMENT (1 << 12) /* 4K */ -extern int ena_log_level; - #define container_of(ptr, type, member) \ ({ \ const __typeof(((type *)0)->member) *__p = (ptr); \ |
