diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2008-06-17 19:23:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-17 19:23:11 -0400 |
commit | e92481f95375aa2702ea5018b0295792ae0fa9c1 (patch) | |
tree | 9e3415425daa7a39935c012d1decb8f257ee708d /drivers/atm/fore200e.h | |
parent | 7255ca3f3c928fec6d9ce607fed7d0a4f4fca6f7 (diff) |
atm: [fore200e] convert to use request_firmware()
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/fore200e.h')
-rw-r--r-- | drivers/atm/fore200e.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/atm/fore200e.h b/drivers/atm/fore200e.h index 8dd4aa76c3bd..5c6e7adcb19c 100644 --- a/drivers/atm/fore200e.h +++ b/drivers/atm/fore200e.h | |||
@@ -754,7 +754,6 @@ typedef enum fore200e_state { | |||
754 | FORE200E_STATE_CONFIGURE, /* bus interface configured */ | 754 | FORE200E_STATE_CONFIGURE, /* bus interface configured */ |
755 | FORE200E_STATE_MAP, /* board space mapped in host memory */ | 755 | FORE200E_STATE_MAP, /* board space mapped in host memory */ |
756 | FORE200E_STATE_RESET, /* board resetted */ | 756 | FORE200E_STATE_RESET, /* board resetted */ |
757 | FORE200E_STATE_LOAD_FW, /* firmware loaded */ | ||
758 | FORE200E_STATE_START_FW, /* firmware started */ | 757 | FORE200E_STATE_START_FW, /* firmware started */ |
759 | FORE200E_STATE_INITIALIZE, /* initialize command successful */ | 758 | FORE200E_STATE_INITIALIZE, /* initialize command successful */ |
760 | FORE200E_STATE_INIT_CMDQ, /* command queue initialized */ | 759 | FORE200E_STATE_INIT_CMDQ, /* command queue initialized */ |
@@ -803,8 +802,6 @@ typedef struct fore200e_bus { | |||
803 | int descr_alignment; /* tpd/rpd/rbd DMA alignment requirement */ | 802 | int descr_alignment; /* tpd/rpd/rbd DMA alignment requirement */ |
804 | int buffer_alignment; /* rx buffers DMA alignment requirement */ | 803 | int buffer_alignment; /* rx buffers DMA alignment requirement */ |
805 | int status_alignment; /* status words DMA alignment requirement */ | 804 | int status_alignment; /* status words DMA alignment requirement */ |
806 | const unsigned char* fw_data; /* address of firmware data start */ | ||
807 | const unsigned int* fw_size; /* address of firmware data size */ | ||
808 | u32 (*read)(volatile u32 __iomem *); | 805 | u32 (*read)(volatile u32 __iomem *); |
809 | void (*write)(u32, volatile u32 __iomem *); | 806 | void (*write)(u32, volatile u32 __iomem *); |
810 | u32 (*dma_map)(struct fore200e*, void*, int, int); | 807 | u32 (*dma_map)(struct fore200e*, void*, int, int); |