]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/posix_types.h
[SCSI] refactor sdev/starget/shost busy checking
[linux-2.6-omap-h63xx.git] / include / asm-cris / posix_types.h
index 7b9ed22ab5dd6accf38fc93f79dc461c04cfdb08..ce3fb25a460b81ef5e32592bd2c004afe4f9cbc9 100644 (file)
@@ -44,15 +44,10 @@ typedef long long   __kernel_loff_t;
 #endif
 
 typedef struct {
-#if defined(__KERNEL__) || defined(__USE_ALL)
        int     val[2];
-#else /* !defined(__KERNEL__) && !defined(__USE_ALL) */
-       int     __val[2];
-#endif /* !defined(__KERNEL__) && !defined(__USE_ALL) */
 } __kernel_fsid_t;
 
 #ifdef __KERNEL__
-#include <asm/bitops.h>
 
 #undef __FD_SET
 #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp))