[PATCH next 06/14] asm-generic: include linux/bits.h not vdso/bits.h

david.laight.linux@gmail.com posted 14 patches 2 weeks, 3 days ago
[PATCH next 06/14] asm-generic: include linux/bits.h not vdso/bits.h
Posted by david.laight.linux@gmail.com 2 weeks, 3 days ago
From: David Laight <david.laight.linux@gmail.com>

thread_info_tif.h isn't part of the vdso, use the linux/bits.h header.

Signed-off-by: David Laight <david.laight.linux@gmail.com>
---
 include/asm-generic/thread_info_tif.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asm-generic/thread_info_tif.h b/include/asm-generic/thread_info_tif.h
index da1610a78f92..afdc23204674 100644
--- a/include/asm-generic/thread_info_tif.h
+++ b/include/asm-generic/thread_info_tif.h
@@ -2,7 +2,7 @@
 #ifndef _ASM_GENERIC_THREAD_INFO_TIF_H_
 #define _ASM_GENERIC_THREAD_INFO_TIF_H_
 
-#include <vdso/bits.h>
+#include <linux/bits.h>
 
 /* Bits 16-31 are reserved for architecture specific purposes */
 
-- 
2.39.5