]> Git Repo - linux.git/blobdiff - net/tipc/core.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux.git] / net / tipc / core.c
index 943b6af842650f97bab1ad576e96a78ba5c16b74..2691cd57b8a8244b89857c043631445d55d031ab 100644 (file)
@@ -34,6 +34,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <linux/module.h>
+
 #include "core.h"
 #include "ref.h"
 #include "name_table.h"
@@ -97,8 +99,8 @@ struct sk_buff *tipc_buf_acquire(u32 size)
 
 static void tipc_core_stop_net(void)
 {
-       tipc_eth_media_stop();
        tipc_net_stop();
+       tipc_eth_media_stop();
 }
 
 /**
This page took 0.0252 seconds and 4 git commands to generate.