summaryrefslogtreecommitdiffstats
path: root/lib/lshrdi3.c
diff options
context:
space:
mode:
authorChristoph Hellwig2017-11-22 11:47:28 +0100
committerPalmer Dabbelt2017-12-01 22:09:40 +0100
commit4db2b604c05afc3d2678fe01d3136c015df313ec (patch)
treef6c52c94168338a8d039f9582f591eb322d080de /lib/lshrdi3.c
parentLinux 4.15-rc1 (diff)
downloadkernel-qcow2-linux-4db2b604c05afc3d2678fe01d3136c015df313ec.tar.gz
kernel-qcow2-linux-4db2b604c05afc3d2678fe01d3136c015df313ec.tar.xz
kernel-qcow2-linux-4db2b604c05afc3d2678fe01d3136c015df313ec.zip
move libgcc.h to include/linux
Introducing a new include/lib directory just for this file totally messes up tab completion for include/linux, which is highly annoying. Move it to include/linux where we have headers for all kinds of other lib/ code as well. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'lib/lshrdi3.c')
-rw-r--r--lib/lshrdi3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lshrdi3.c b/lib/lshrdi3.c
index 8e845f4bb65f..99cfa5721f2d 100644
--- a/lib/lshrdi3.c
+++ b/lib/lshrdi3.c
@@ -17,7 +17,7 @@
*/
#include <linux/module.h>
-#include <lib/libgcc.h>
+#include <linux/libgcc.h>
long long notrace __lshrdi3(long long u, word_type b)
{