提交 235b185c 编写于 作者: R Russell King 提交者: Russell King

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

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 b2a0d36f
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
* Note that ADDR_LIMIT is either 0 or 0xc0000000. * Note that ADDR_LIMIT is either 0 or 0xc0000000.
* Note also that it is intended that __get_user_bad is not global. * 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> #include <asm/errno.h>
.global __get_user_1 .global __get_user_1
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
* Note that ADDR_LIMIT is either 0 or 0xc0000000 * Note that ADDR_LIMIT is either 0 or 0xc0000000
* Note also that it is intended that __put_user_bad is not global. * 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> #include <asm/errno.h>
.global __put_user_1 .global __put_user_1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册