Remove duplicate typedesf that are now provided by linux_types.h.
authorkettenis <kettenis@openbsd.org>
Sat, 8 Jul 2017 19:36:58 +0000 (19:36 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 8 Jul 2017 19:36:58 +0000 (19:36 +0000)
sys/dev/pci/drm/drm.h

index a80f178..3cce27c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: drm.h,v 1.23 2017/07/01 16:00:25 kettenis Exp $ */
+/* $OpenBSD: drm.h,v 1.24 2017/07/08 19:36:58 kettenis Exp $ */
 /**
  * \file drm.h
  * Header for the Direct Rendering Manager
 
 #include <sys/ioccom.h>
 #include <sys/types.h>
-typedef int8_t   __s8;
-typedef uint8_t  __u8;
-typedef int16_t  __s16;
-typedef uint16_t __u16;
-typedef int32_t  __s32;
-typedef uint32_t __u32;
-typedef int64_t  __s64;
-typedef uint64_t __u64;
+
 typedef unsigned long drm_handle_t;
 
 #define DRM_IOCTL_NR(n)                ((n) & 0xff)