Skip to content

Commit

Permalink
tty: cyclades, remove typedefs
Browse files Browse the repository at this point in the history
They are unused anyway.

Signed-off-by: Jiri Slaby <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
jirislaby authored and torvalds committed Jun 11, 2009
1 parent 2693f48 commit 08a951e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/linux/cyclades.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 08a951e

Please sign in to comment.