diff options
Diffstat (limited to 'drivers/atm/ambassador.h')
-rw-r--r-- | drivers/atm/ambassador.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/atm/ambassador.h b/drivers/atm/ambassador.h index df55fa8387dc..bd1c46a7ef49 100644 --- a/drivers/atm/ambassador.h +++ b/drivers/atm/ambassador.h | |||
@@ -656,17 +656,6 @@ typedef struct amb_dev amb_dev; | |||
656 | #define AMB_DEV(atm_dev) ((amb_dev *) (atm_dev)->dev_data) | 656 | #define AMB_DEV(atm_dev) ((amb_dev *) (atm_dev)->dev_data) |
657 | #define AMB_VCC(atm_vcc) ((amb_vcc *) (atm_vcc)->dev_data) | 657 | #define AMB_VCC(atm_vcc) ((amb_vcc *) (atm_vcc)->dev_data) |
658 | 658 | ||
659 | /* the microcode */ | ||
660 | |||
661 | typedef struct { | ||
662 | u32 start; | ||
663 | unsigned int count; | ||
664 | } region; | ||
665 | |||
666 | static region ucode_regions[]; | ||
667 | static u32 ucode_data[]; | ||
668 | static u32 ucode_start; | ||
669 | |||
670 | /* rate rounding */ | 659 | /* rate rounding */ |
671 | 660 | ||
672 | typedef enum { | 661 | typedef enum { |