cpumask: remove deprecated cpumask_t typedef

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 include/linux/cpumask.h |    3 ---
 1 file changed, 3 deletions(-)

diff -r 5eb2a0106843 include/linux/cpumask.h
--- a/include/linux/cpumask.h	Mon Oct 06 09:26:58 2008 +1100
+++ b/include/linux/cpumask.h	Mon Oct 06 09:27:07 2008 +1100
@@ -113,9 +113,6 @@ struct cpumask
 	DECLARE_BITMAP(bits, NR_CPUS);
 };
 #define cpumask_bits(maskp) ((maskp)->bits)
-
-/* Deprecated. */
-typedef struct cpumask cpumask_t;
 
 #define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(CONFIG_NR_CPUS)
 
