OSDN Git Service

Remove duplicate
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 09:28:32 +0000 (09:28 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 5 Feb 2008 09:28:32 +0000 (09:28 +0000)
linux-core/drm_compat.h

index 3f3abc9..c3a7048 100644 (file)
@@ -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