diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-19 08:22:57 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-19 08:22:57 +0100 |
commit | 0ff555192a8d20385d49d1c420e2e8d409b3c0da (patch) | |
tree | b6e4b6cae1028a310a3488ebf745954c51694bfc /include/asm-cris/sembuf.h | |
parent | ALSA: hda - Remove duplicated strings from codec name (diff) | |
parent | ALSA: hda - Add no-jd model for IDT 92HD73xx (diff) | |
download | linux-0ff555192a8d20385d49d1c420e2e8d409b3c0da.tar.xz linux-0ff555192a8d20385d49d1c420e2e8d409b3c0da.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'include/asm-cris/sembuf.h')
-rw-r--r-- | include/asm-cris/sembuf.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/asm-cris/sembuf.h b/include/asm-cris/sembuf.h deleted file mode 100644 index 7fed9843796d..000000000000 --- a/include/asm-cris/sembuf.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef _CRIS_SEMBUF_H -#define _CRIS_SEMBUF_H - -/* - * The semid64_ds structure for CRIS architecture. - * Note extra padding because this structure is passed back and forth - * between kernel and user space. - * - * Pad space is left for: - * - 64-bit time_t to solve y2038 problem - * - 2 miscellaneous 32-bit values - */ - -struct semid64_ds { - struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ - __kernel_time_t sem_otime; /* last semop time */ - unsigned long __unused1; - __kernel_time_t sem_ctime; /* last change time */ - unsigned long __unused2; - unsigned long sem_nsems; /* no. of semaphores in array */ - unsigned long __unused3; - unsigned long __unused4; -}; - -#endif /* _CRIS_SEMBUF_H */ |