aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 09:28:32 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 09:28:32 +0000
commit709aa4629321533bfa30c72c4e33f229c895358a (patch)
tree80b078d8e71d8ef646269c47d51afbf6aa0e7d2b /linux-core/drm_compat.h
parentd8bbd02a6086ebe302859cec22c503d32ed77dc6 (diff)
Remove duplicate
Diffstat (limited to 'linux-core/drm_compat.h')
-rw-r--r--linux-core/drm_compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h
index 3f3abc9a..c3a70486 100644
--- a/linux-core/drm_compat.h
+++ b/linux-core/drm_compat.h
@@ -331,8 +331,4 @@ void idr_remove_all(struct idr *idp);
void *idr_replace(struct idr *idp, void *ptr, int id);
#endif
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19))
-typedef _Bool bool;
-#endif
-
#endif