|
@@ -61,7 +61,7 @@ int __dynamic_netdev_dbg(struct _ddebug *descriptor,
|
|
const char *fmt, ...);
|
|
const char *fmt, ...);
|
|
|
|
|
|
#define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \
|
|
#define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \
|
|
- static struct _ddebug __used __aligned(8) \
|
|
|
|
|
|
+ static struct _ddebug __aligned(8) \
|
|
__attribute__((section("__verbose"))) name = { \
|
|
__attribute__((section("__verbose"))) name = { \
|
|
.modname = KBUILD_MODNAME, \
|
|
.modname = KBUILD_MODNAME, \
|
|
.function = __func__, \
|
|
.function = __func__, \
|