CRIS: UAPI: use generic sembuf.h
authorRabin Vincent <rabin@rab.in>
Sat, 28 Feb 2015 22:43:31 +0000 (23:43 +0100)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:56:47 +0000 (00:56 +0200)
commit53789d25a0603e5c836e460c758867d2071eb135
treec1065753d7cb4ee1b8eeb824b2f8c61f338e2cc8
parentc823b970b632a86e4f01f3eae9c0860350b70c3c
CRIS: UAPI: use generic sembuf.h

CRIS's sembuf.h is equivalent to the asm-generic version.
Effective diff:

 -#ifndef _CRIS_SEMBUF_H
 -#define _CRIS_SEMBUF_H
 +#ifndef __ASM_GENERIC_SEMBUF_H
 +#define __ASM_GENERIC_SEMBUF_H

 +#include <asm/bitsperlong.h>

  struct semid64_ds {
   struct ipc64_perm sem_perm;
   __kernel_time_t sem_otime;
 +#if __BITS_PER_LONG != 64
   unsigned long __unused1;
 +#endif
   __kernel_time_t sem_ctime;
 +#if __BITS_PER_LONG != 64
   unsigned long __unused2;
 +#endif
   unsigned long sem_nsems;
   unsigned long __unused3;
   unsigned long __unused4;

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/include/asm/Kbuild
arch/cris/include/uapi/asm/sembuf.h [deleted file]