This gets rid of a compiler warning due to a bit different construction in linux/types.h. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
@@ -419,6 +419,7 @@ void perror(const char *s);
*/
#ifdef __CHECKER__
#define __force __attribute__((force))
+#undef __bitwise
#define __bitwise __attribute__((bitwise))
#else
#define __force