diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ax25.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index c34da24f1902..a3344d406e24 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h @@ -360,8 +360,8 @@ extern void ax25_uid_free(void); extern void ax25_register_sysctl(void); extern void ax25_unregister_sysctl(void); #else -extern inline void ax25_register_sysctl(void) {}; -extern inline void ax25_unregister_sysctl(void) {}; +static inline void ax25_register_sysctl(void) {}; +static inline void ax25_unregister_sysctl(void) {}; #endif /* CONFIG_SYSCTL */ #endif |
