diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-16 08:56:14 -0500 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-02-17 03:55:25 -0500 |
commit | 17425275112960af0dc9882c06c343d3b6ec8dc9 (patch) | |
tree | 5f731b38cbbb6b3f2ab4df0ce9accc9142294b2b /arch/openrisc | |
parent | d8d4b20df48287a7e9e37f706c410b13bc0438cf (diff) |
openrisc: included linux/thread_info.h twice
arch/openrisc/include/asm/uaccess.h: included 'linux/thread_info.h'
twice, remove the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/include/asm/uaccess.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/uaccess.h b/arch/openrisc/include/asm/uaccess.h index c310e45b538e..f5abaa0ffc38 100644 --- a/arch/openrisc/include/asm/uaccess.h +++ b/arch/openrisc/include/asm/uaccess.h | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/thread_info.h> | 26 | #include <linux/thread_info.h> |
27 | #include <linux/prefetch.h> | 27 | #include <linux/prefetch.h> |
28 | #include <linux/string.h> | 28 | #include <linux/string.h> |
29 | #include <linux/thread_info.h> | ||
30 | #include <asm/page.h> | 29 | #include <asm/page.h> |
31 | 30 | ||
32 | #define VERIFY_READ 0 | 31 | #define VERIFY_READ 0 |