remove asm/bitops.h includes
[linux-drm-fsl-dcu.git] / include / asm-cris / posix_types.h
index 7b9ed22ab5dd6accf38fc93f79dc461c04cfdb08..92000d0c3f9753a645fdf14dbfd875cd22e9b91b 100644 (file)
@@ -52,7 +52,7 @@ typedef struct {
 } __kernel_fsid_t;
 
 #ifdef __KERNEL__
-#include <asm/bitops.h>
+#include <linux/bitops.h>
 
 #undef __FD_SET
 #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp))