log: remove unneeded logtype declaration
authorJerin Jacob <jerinj@marvell.com>
Mon, 6 Jul 2020 13:08:11 +0000 (18:38 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 7 Jul 2020 11:18:23 +0000 (13:18 +0200)
commita7551b6c6010f8ec70126687121509b33eb15804
tree23cf3b2b7708c7f16eaf89dadc3c3c5968318fcc
parentc843fca96c849bd85204707e791accb57adb9e59
log: remove unneeded logtype declaration

RTE_LOG_REGISTER macro already declares the log type.
Remove the unneeded log type declaration.

Fixes: 9c99878aa1b1 ("log: introduce logtype register macro")

Reported-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Gage Eads <gage.eads@intel.com>
drivers/vdpa/mlx5/mlx5_vdpa.c
lib/librte_graph/graph.c
lib/librte_rawdev/rte_rawdev.c
lib/librte_stack/rte_stack.c