Remove duplicate

This commit is contained in:
Alan Hourihane 2008-02-05 09:28:32 +00:00
parent d8bbd02a60
commit 709aa46293

View 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