Commit 3ac5aa8e authored by David S. Miller's avatar David S. Miller

[NET]: dev_load extern inline --> static inline.

parent 255778e0
...@@ -726,7 +726,7 @@ void dev_load(const char *name) ...@@ -726,7 +726,7 @@ void dev_load(const char *name)
#else #else
extern inline void dev_load(const char *unused){;} static inline void dev_load(const char *unused){;}
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment