]> Pileus Git - ~andy/linux/blobdiff - arch/microblaze/lib/ashrdi3.c
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
[~andy/linux] / arch / microblaze / lib / ashrdi3.c
index c884a912b660ea28c88abe9d923d2a7214ccadcd..32c334c05d048d335131c88fdd66068de55556eb 100644 (file)
@@ -1,4 +1,4 @@
-#include <linux/module.h>
+#include <linux/export.h>
 
 #include "libgcc.h"
 
@@ -27,5 +27,4 @@ long long __ashrdi3(long long u, word_type b)
 
        return w.ll;
 }
-
 EXPORT_SYMBOL(__ashrdi3);