Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / drivers / telephony / ixj.h
index 51e3f7f..2c84113 100644 (file)
@@ -40,7 +40,6 @@
  *****************************************************************************/
 #define IXJ_VERSION 3031
 
-#include <linux/version.h>
 #include <linux/types.h>
 
 #include <linux/ixjuser.h>
 typedef __u16 WORD;
 typedef __u32 DWORD;
 typedef __u8 BYTE;
-typedef __u8 BOOL;
 
 #ifndef IXJMAX
 #define IXJMAX 16
 #endif
 
-#define TRUE 1
-#define FALSE 0
-
 /******************************************************************************
 *
 *  This structure when unioned with the structures below makes simple byte
@@ -1154,7 +1149,7 @@ typedef struct {
        unsigned int firstring:1; /* First ring cadence is complete */
        unsigned int pstncheck:1;       /* Currently checking the PSTN Line */
        unsigned int pstn_rmr:1;
-       unsigned int x:3;       /* unsed bits */
+       unsigned int x:3;       /* unused bits */
 
 } IXJ_FLAGS;
 
@@ -1296,7 +1291,7 @@ typedef struct {
        Proc_Info_Type Info_write;
        unsigned short frame_count;
        unsigned int filter_hist[4];
-       unsigned char filter_en[4];
+       unsigned char filter_en[6];
        unsigned short proc_load;
        unsigned long framesread;
        unsigned long frameswritten;