diff options
| author | Jiri Slaby <jirislaby@gmail.com> | 2009-06-11 12:33:40 +0100 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 08:50:57 -0700 | 
| commit | 08a951e1693e324bd035b194002a82b9057fd9c5 (patch) | |
| tree | 6fd8d672f2322e89765bbb87ccd8f178bc8d346d | |
| parent | 2693f485c22d18474c077f12fd0f797ee8679b33 (diff) | |
tty: cyclades, remove typedefs
They are unused anyway.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | include/linux/cyclades.h | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index a14fe3079761..1fbdea4f08eb 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h @@ -142,19 +142,6 @@ struct CYZ_BOOT_CTRL {  #ifndef DP_WINDOW_SIZE -/* #include "cyclomz.h" */ -/****************** ****************** *******************/ -/* - *	The data types defined below are used in all ZFIRM interface - *	data structures. They accomodate differences between HW - *	architectures and compilers. - */ - -typedef __u64  ucdouble;		/* 64 bits, unsigned */ -typedef __u32  uclong;			/* 32 bits, unsigned */ -typedef __u16  ucshort;		/* 16 bits, unsigned */ -typedef __u8   ucchar;			/* 8 bits, unsigned */ -  /*   *	Memory Window Sizes   */ | 
