mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: Unconditionally create bridge tracepoints
Even if the bridge module is not enabled, we may need the tracepoints downstream in products that enable bridge.ko, so avoid defining the export of these symbols based on a config option. Bug: 150625937 Change-Id: Ib961fd6e353fe3bdfde11a38488568f42f1dbe7a Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
@@ -35,13 +35,11 @@
|
||||
#include <trace/events/tcp.h>
|
||||
#include <trace/events/fib.h>
|
||||
#include <trace/events/qdisc.h>
|
||||
#if IS_ENABLED(CONFIG_BRIDGE)
|
||||
#include <trace/events/bridge.h>
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_add);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_external_learn_add);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(fdb_delete);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(br_fdb_update);
|
||||
#endif
|
||||
|
||||
#if IS_ENABLED(CONFIG_PAGE_POOL)
|
||||
#include <trace/events/page_pool.h>
|
||||
|
||||
Reference in New Issue
Block a user