diff options
Diffstat (limited to 'networking/brctl.c')
-rw-r--r-- | networking/brctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/brctl.c b/networking/brctl.c index c83aac6..956bd91 100644 --- a/networking/brctl.c +++ b/networking/brctl.c @@ -318,7 +318,7 @@ static void printf_xstrtou(const char *fmt) printf(fmt, xstrtou(filedata, 0)); } -static void show_bridge_port(const char *name) +static NOINLINE void show_bridge_port(const char *name) { char pathbuf[IFNAMSIZ + sizeof("/brport/forward_delay_timer") + 8]; char *sfx; |