Skip to content

Commit

Permalink
event/dpaa2: remove unused macros
Browse files Browse the repository at this point in the history
[ upstream commit 7a18887 ]

Fixes: 653242c ("event/dpaa2: add self test")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  • Loading branch information
david-marchand authored and steevenlee committed Jun 8, 2021
1 parent b7ab9f1 commit d4138b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/event/dpaa2/dpaa2_eventdev_logs.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@ extern int dpaa2_logtype_event;
#define dpaa2_evdev_info(fmt, ...) DPAA2_EVENTDEV_LOG(INFO, fmt, ##__VA_ARGS__)
#define dpaa2_evdev_dbg(fmt, ...) DPAA2_EVENTDEV_LOG(DEBUG, fmt, ##__VA_ARGS__)
#define dpaa2_evdev_err(fmt, ...) DPAA2_EVENTDEV_LOG(ERR, fmt, ##__VA_ARGS__)
#define dpaa2_evdev__func_trace dpaa2_evdev_dbg
#define dpaa2_evdev_selftest dpaa2_evdev_info

#endif /* _DPAA2_EVENTDEV_LOGS_H_ */

0 comments on commit d4138b5

Please sign in to comment.