Skip to content

Commit

Permalink
[ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.h
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Apr 21, 2007
1 parent b2a0d36 commit 235b185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/arm/lib/getuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* Note that ADDR_LIMIT is either 0 or 0xc0000000.
* Note also that it is intended that __get_user_bad is not global.
*/
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/errno.h>

.global __get_user_1
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/lib/putuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* Note that ADDR_LIMIT is either 0 or 0xc0000000
* Note also that it is intended that __put_user_bad is not global.
*/
#include <asm/asm-offsets.h>
#include <asm/thread_info.h>
#include <asm/errno.h>

.global __put_user_1
Expand Down

0 comments on commit 235b185

Please sign in to comment.