From 2bf75c8be39dee6a65a1e5fa9d50b643dbd37c39 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 24 Aug 2001 10:47:36 +0000 Subject: [PATCH] missed one --- linux-core/drmP.h | 2 +- linux/drmP.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-core/drmP.h b/linux-core/drmP.h index b2d10e16..c7398cad 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -142,7 +142,7 @@ #ifdef __linux__ typedef int drm_ioctl_t( DRM_OS_IOCTL ); -#endif +#endif /* __linux__ */ typedef struct drm_pci_list { u16 vendor; diff --git a/linux/drmP.h b/linux/drmP.h index b2d10e16..c7398cad 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -142,7 +142,7 @@ #ifdef __linux__ typedef int drm_ioctl_t( DRM_OS_IOCTL ); -#endif +#endif /* __linux__ */ typedef struct drm_pci_list { u16 vendor;