Browse Source

staging: crystalhd: remove unused typedef bc_bool_t

Remove unused typedef bc_bool_t.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Nicolas Kaiser 14 years ago
parent
commit
7207ecea84
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/staging/crystalhd/bc_dts_types.h

+ 0 - 1
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