unused function warnings: add inline to static function in header files
Change-Id: I5d9bb539712a2b3e51c3ab3433a04fbb0cb0b961
This commit is contained in:
committed by
Dominique Martinet
parent
aa3c5e91db
commit
1b76aaa7e1
@@ -25,7 +25,7 @@ static inline void wmb(void)
|
||||
arch_barrier();
|
||||
}
|
||||
|
||||
static unsigned long read_tsc(void)
|
||||
static inline unsigned long read_tsc(void)
|
||||
{
|
||||
unsigned int low, high;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user