]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/fcntl.h
[PARISC] Always spinlock tlb flush operations to ensure preempt safety
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / fcntl.h
index a9d04aca7903726af7db7b653d2f8096767689f4..1dd275dc8f653a0b6be00f469998bfa8711044a0 100644 (file)
@@ -5,14 +5,6 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
  */
 
-struct flock {
-       short l_type;
-       short l_whence;
-       off_t l_start;
-       off_t l_len;
-       pid_t l_pid;
-};
-
 #define force_o_largefile()    \
                (personality(current->personality) != PER_LINUX32)