diff options
author | Christoph Hellwig <hch@lst.de> | 2017-11-22 11:47:28 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2017-12-01 13:09:40 -0800 |
commit | 4db2b604c05afc3d2678fe01d3136c015df313ec (patch) | |
tree | f6c52c94168338a8d039f9582f591eb322d080de /lib/ashldi3.c | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-4db2b604c05afc3d2678fe01d3136c015df313ec.tar.bz2 |
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/ashldi3.c')
-rw-r--r-- | lib/ashldi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ashldi3.c b/lib/ashldi3.c index 1b6087db95a5..3ffc46e3bb6c 100644 --- a/lib/ashldi3.c +++ b/lib/ashldi3.c @@ -16,7 +16,7 @@ #include <linux/export.h> -#include <lib/libgcc.h> +#include <linux/libgcc.h> long long notrace __ashldi3(long long u, word_type b) { |