From 7207ecea84056f9aaf32685937fad2df899db14d Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Sun, 27 Mar 2011 17:48:53 +0200 Subject: [PATCH] staging: crystalhd: remove unused typedef bc_bool_t Remove unused typedef bc_bool_t. Signed-off-by: Nicolas Kaiser Reviewed-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- drivers/staging/crystalhd/bc_dts_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/crystalhd/bc_dts_types.h b/drivers/staging/crystalhd/bc_dts_types.h index 6fd8089..d2131e7 100644 --- a/drivers/staging/crystalhd/bc_dts_types.h +++ b/drivers/staging/crystalhd/bc_dts_types.h @@ -65,7 +65,6 @@ typedef unsigned char *PUCHAR; #else /* For Kernel usage.. */ -typedef bool bc_bool_t; #endif #else -- 2.7.4