Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231579
b: refs/heads/master
c: f96ca9e
h: refs/heads/master
i:
  231577: c155f9d
  231575: 5c069e8
v: v3
  • Loading branch information
Russell King - ARM Linux authored and Dan Williams committed Jan 5, 2011
1 parent 2f0c788 commit 6267f6b
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: b58b6b5bedf4d5da7a0cb2dce3b42d010c3aef03
refs/heads/master: f96ca9ec27159c1c8718aa8d0ed03051cd12e884
4 changes: 2 additions & 2 deletions trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct pl08x_driver_data {
struct dma_device memcpy;
void __iomem *base;
struct amba_device *adev;
struct vendor_data *vd;
const struct vendor_data *vd;
struct pl08x_platform_data *pd;
struct pl08x_phy_chan *phy_chans;
struct dma_pool *pool;
Expand Down Expand Up @@ -1891,7 +1891,7 @@ static inline void init_pl08x_debugfs(struct pl08x_driver_data *pl08x)
static int pl08x_probe(struct amba_device *adev, struct amba_id *id)
{
struct pl08x_driver_data *pl08x;
struct vendor_data *vd = id->data;
const struct vendor_data *vd = id->data;
int ret = 0;
int i;

Expand Down

0 comments on commit 6267f6b

Please sign in to comment.