Merge ARM fixes
[pandora-kernel.git] / include / asm-alpha / fcntl.h
index e2aacbb..87f2cf4 100644 (file)
 
 #define F_INPROGRESS   64
 
-struct flock {
-       short l_type;
-       short l_whence;
-       __kernel_off_t l_start;
-       __kernel_off_t l_len;
-       __kernel_pid_t l_pid;
-};
-
 #include <asm-generic/fcntl.h>
 
 #endif