Commit a8f0d231 authored by Ondrej Zary's avatar Ondrej Zary Committed by Greg Kroah-Hartman

staging: ft1000-pcmcia: delete unused APP_INFO_BLOCK typedefs

Delete unused APP_INFO_BLOCK typedefs and associated variables.
Signed-off-by: default avatarOndrej Zary <linux@rainbow-software.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ba50587b
...@@ -281,8 +281,6 @@ struct pseudo_hdr ...@@ -281,8 +281,6 @@ struct pseudo_hdr
#define TRUE 0x1 #define TRUE 0x1
#define FALSE 0x0 #define FALSE 0x0
#define MAX_NUM_APP 6
#define MAXIMUM_ASIC_HB_CNT 15 #define MAXIMUM_ASIC_HB_CNT 15
struct drv_msg { struct drv_msg {
...@@ -317,12 +315,6 @@ struct dsp_init_msg { ...@@ -317,12 +315,6 @@ struct dsp_init_msg {
u8 RfCalDate[CALDATESZ]; // Rf Calibration date u8 RfCalDate[CALDATESZ]; // Rf Calibration date
} __attribute__ ((packed)); } __attribute__ ((packed));
typedef struct _APP_INFO_BLOCK
{
u32 fileobject; // Application's file object
u16 app_id; // Application id
} APP_INFO_BLOCK, *PAPP_INFO_BLOCK;
typedef struct _PROV_RECORD { typedef struct _PROV_RECORD {
struct list_head list; struct list_head list;
u8 *pprov_data; u8 *pprov_data;
...@@ -365,8 +357,6 @@ typedef struct _FT1000_INFO { ...@@ -365,8 +357,6 @@ typedef struct _FT1000_INFO {
u8 RfCalDate[CALDATESZ]; u8 RfCalDate[CALDATESZ];
u16 DSP_TIME[4]; u16 DSP_TIME[4];
struct list_head prov_list; struct list_head prov_list;
int appcnt;
APP_INFO_BLOCK app_info[MAX_NUM_APP];
u16 DSPInfoBlklen; u16 DSPInfoBlklen;
u16 DrvMsgPend; u16 DrvMsgPend;
int (*ft1000_reset)(void *); int (*ft1000_reset)(void *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment