aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/lshrdi3.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2012-12-27 10:40:38 +0100
committerMichal Simek <michal.simek@xilinx.com>2013-02-12 11:24:45 +0100
commit6bd55f0bbaebb79b39e147aa864401fd0c94db82 (patch)
treeeffef6e85fcbb6bd2687d881758a48c2377ef18e /arch/microblaze/lib/lshrdi3.c
parentmicroblaze: Add missing return from debugfs_tlb (diff)
downloadlinux-dev-6bd55f0bbaebb79b39e147aa864401fd0c94db82.tar.xz
linux-dev-6bd55f0bbaebb79b39e147aa864401fd0c94db82.zip
microblaze: Fix coding style issues
Fix coding style issues reported by checkpatch.pl. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/lib/lshrdi3.c')
-rw-r--r--arch/microblaze/lib/lshrdi3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/lib/lshrdi3.c b/arch/microblaze/lib/lshrdi3.c
index dcf8d6810b7c..c10090bedc33 100644
--- a/arch/microblaze/lib/lshrdi3.c
+++ b/arch/microblaze/lib/lshrdi3.c
@@ -25,5 +25,4 @@ long long __lshrdi3(long long u, word_type b)
return w.ll;
}
-
EXPORT_SYMBOL(__lshrdi3);