diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-05-14 06:25:14 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-14 06:25:14 -0700 |
| commit | 255778e0b77fda4d88bcd20280da34995a2e9ca5 (patch) | |
| tree | 5d51a5971e5369550fdacbbc84eab84545efcb8d /include/net | |
| parent | b1ba2934d6d90d09e35a6a72515591bb6ed6319d (diff) | |
[AX25]: extern inline --> static inline.
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 |
