]> Pileus Git - ~andy/linux/blobdiff - arch/microblaze/lib/ashldi3.c
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
[~andy/linux] / arch / microblaze / lib / ashldi3.c
index beb80f3160957b3acd833c65158be177c8a6f7ea..1af904cd972d064e2a249b6299da8d06106393a5 100644 (file)
@@ -1,4 +1,4 @@
-#include <linux/module.h>
+#include <linux/export.h>
 
 #include "libgcc.h"
 
@@ -25,5 +25,4 @@ long long __ashldi3(long long u, word_type b)
 
        return w.ll;
 }
-
 EXPORT_SYMBOL(__ashldi3);