mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 18:40:20 +01:00
fix a typo
This commit is contained in:
parent
6b97e1558b
commit
144f517d31
5 changed files with 8 additions and 5 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#endif
|
||||
|
||||
#include "tdfx.h"
|
||||
#include "drmP.h
|
||||
#include "drmP.h"
|
||||
|
||||
#define DRIVER_AUTHOR "VA Linux Systems Inc."
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@
|
|||
#include <linux/config.h>
|
||||
#include <asm/ioctl.h> /* For _IO* macros */
|
||||
#define DRM_IOCTL_NR(n) _IOC_NR(n)
|
||||
#elif defined(__FreeBSD__)
|
||||
#endif
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/ioccom.h>
|
||||
#define DRM_IOCTL_NR(n) ((n) & 0xff)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#endif
|
||||
|
||||
#include "tdfx.h"
|
||||
#include "drmP.h
|
||||
#include "drmP.h"
|
||||
|
||||
#define DRIVER_AUTHOR "VA Linux Systems Inc."
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@
|
|||
#include <linux/config.h>
|
||||
#include <asm/ioctl.h> /* For _IO* macros */
|
||||
#define DRM_IOCTL_NR(n) _IOC_NR(n)
|
||||
#elif defined(__FreeBSD__)
|
||||
#endif
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/ioccom.h>
|
||||
#define DRM_IOCTL_NR(n) ((n) & 0xff)
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@
|
|||
#include <linux/config.h>
|
||||
#include <asm/ioctl.h> /* For _IO* macros */
|
||||
#define DRM_IOCTL_NR(n) _IOC_NR(n)
|
||||
#elif defined(__FreeBSD__)
|
||||
#endif
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/ioccom.h>
|
||||
#define DRM_IOCTL_NR(n) ((n) & 0xff)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue