diff options
Diffstat (limited to 'lib/lshrdi3.c')
-rw-r--r-- | lib/lshrdi3.c | 2 |
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 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <lib/libgcc.h> | 20 | #include <linux/libgcc.h> |
21 | 21 | ||
22 | long long notrace __lshrdi3(long long u, word_type b) | 22 | long long notrace __lshrdi3(long long u, word_type b) |
23 | { | 23 | { |