Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313806
b: refs/heads/master
c: 122c908
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Bob Liu committed Jul 24, 2012
1 parent a01183b commit b265bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d6ba60892daf93e2cfdcc20a3d9e83ddf501979
refs/heads/master: 122c90838704e137939be1b7e853ff3af4500377
14 changes: 0 additions & 14 deletions trunk/arch/blackfin/include/asm/bfin_crc.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,6 @@ struct crc_register {
u32 revid;
};

struct bfin_crc {
struct miscdevice mdev;
struct list_head list;
int irq;
int dma_ch_src;
int dma_ch_dest;
volatile struct crc_register *regs;
struct crc_info *info;
struct mutex mutex;
struct completion c;
unsigned short opmode;
char name[20];
};

/* CRC_STATUS Masks */
#define CMPERR 0x00000002 /* Compare error */
#define DCNTEXP 0x00000010 /* datacnt register expired */
Expand Down

0 comments on commit b265bbb

Please sign in to comment.