diff options
-rw-r--r-- | ena_plat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ena_plat.h b/ena_plat.h index b31821248398..274f795950c0 100644 --- a/ena_plat.h +++ b/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); \ |