Skip to content

Commit

Permalink
openrisc: included linux/thread_info.h twice
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Danny Kukawka authored and Jonas Bonn committed Feb 17, 2012
1 parent d8d4b20 commit 1742527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/openrisc/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/thread_info.h>
#include <linux/prefetch.h>
#include <linux/string.h>
#include <linux/thread_info.h>
#include <asm/page.h>

#define VERIFY_READ 0
Expand Down

0 comments on commit 1742527

Please sign in to comment.