提交 7f1fd31d 编写于 作者: C Catalin Marinas

Fix the teehbr_read function prototype

A "void" was missing inside brackets.
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>



上级 8553cb67
......@@ -25,7 +25,7 @@
/*
* Access to the ThumbEE Handler Base register
*/
static inline unsigned long teehbr_read()
static inline unsigned long teehbr_read(void)
{
unsigned long v;
asm("mrc p14, 6, %0, c1, c0, 0\n" : "=r" (v));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册