aboutsummaryrefslogtreecommitdiff
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorQuentin Monnet <[email protected]>2017-11-03 13:59:07 -0700
committerDavid S. Miller <[email protected]>2017-11-05 22:28:51 +0900
commit0b1c27db12fd338ed912fec18f5cc02d7bd4e54e (patch)
tree0dd8caba4edcc1dee3ba8c30b520d57ace8ced45 /net/switchdev/switchdev.c
parent8a3b718ac2c29abcba8e12636710cff3cee8c01b (diff)
tools: bpftool: move p_err() and p_info() from main.h to common.c
The two functions were declared as static inline in a header file. There is no particular reason why they should be inlined, they just happened to remain in the same header file when they were turned from macros to functions in a precious commit. Make them non-inlined functions and move them to common.c file instead. Suggested-by: Joe Perches <[email protected]> Signed-off-by: Quentin Monnet <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions