Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137165
b: refs/heads/master
c: 8c56afc
h: refs/heads/master
i:
  137163: 2a931c1
v: v3
  • Loading branch information
Russell King authored and Russell King committed Dec 11, 2008
1 parent 587a101 commit bc2f0dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ad9dd94c384f7ee37b798a9349b8c42da8fa99ab
refs/heads/master: 8c56afcbea22e472d3bfa8ddf06f23cd6bc56826
4 changes: 2 additions & 2 deletions trunk/arch/arm/include/asm/mach/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct dma_ops {
void (*disable)(unsigned int, dma_t *); /* mandatory */
int (*residue)(unsigned int, dma_t *); /* optional */
int (*setspeed)(unsigned int, dma_t *, int); /* optional */
char *type;
const char *type;
};

struct dma_struct {
Expand All @@ -40,7 +40,7 @@ struct dma_struct {
unsigned int lock; /* Device is allocated */
const char *device_id; /* Device name */

struct dma_ops *d_ops;
const struct dma_ops *d_ops;
};

struct floppy_dma {
Expand Down

0 comments on commit bc2f0dd

Please sign in to comment.