diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-22 06:48:35 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:48 -0400 |
commit | 122c90838704e137939be1b7e853ff3af4500377 (patch) | |
tree | 71818721325443e16bb2cfe44fdb47e0ae952c5f /arch/blackfin/include | |
parent | 3d6ba60892daf93e2cfdcc20a3d9e83ddf501979 (diff) |
bf60x: bfin_crc: move structure bfin_crc out of head file.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/bfin_crc.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/blackfin/include/asm/bfin_crc.h b/arch/blackfin/include/asm/bfin_crc.h index 3deb4452ceed..75cef4dc85a1 100644 --- a/arch/blackfin/include/asm/bfin_crc.h +++ b/arch/blackfin/include/asm/bfin_crc.h | |||
@@ -79,20 +79,6 @@ struct crc_register { | |||
79 | u32 revid; | 79 | u32 revid; |
80 | }; | 80 | }; |
81 | 81 | ||
82 | struct bfin_crc { | ||
83 | struct miscdevice mdev; | ||
84 | struct list_head list; | ||
85 | int irq; | ||
86 | int dma_ch_src; | ||
87 | int dma_ch_dest; | ||
88 | volatile struct crc_register *regs; | ||
89 | struct crc_info *info; | ||
90 | struct mutex mutex; | ||
91 | struct completion c; | ||
92 | unsigned short opmode; | ||
93 | char name[20]; | ||
94 | }; | ||
95 | |||
96 | /* CRC_STATUS Masks */ | 82 | /* CRC_STATUS Masks */ |
97 | #define CMPERR 0x00000002 /* Compare error */ | 83 | #define CMPERR 0x00000002 /* Compare error */ |
98 | #define DCNTEXP 0x00000010 /* datacnt register expired */ | 84 | #define DCNTEXP 0x00000010 /* datacnt register expired */ |