Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 235b185c authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.h

parent b2a0d36f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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