Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370993
b: refs/heads/master
c: 600abea
h: refs/heads/master
i:
  370991: 1f5a9fd
v: v3
  • Loading branch information
Sachin Kamat authored and Wolfram Sang committed Mar 29, 2013
1 parent b51ca73 commit f9d3c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 857968434bb6dbda0911f38ec46b0c3d0c963771
refs/heads/master: 600abeadf318fbdb25e1e3e4379f6a7bb1952d5b
4 changes: 1 addition & 3 deletions trunk/drivers/i2c/busses/i2c-at91.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,6 @@ static const struct of_device_id atmel_twi_dt_ids[] = {
}
};
MODULE_DEVICE_TABLE(of, atmel_twi_dt_ids);
#else
#define atmel_twi_dt_ids NULL
#endif

static bool filter(struct dma_chan *chan, void *slave)
Expand Down Expand Up @@ -828,7 +826,7 @@ static struct platform_driver at91_twi_driver = {
.driver = {
.name = "at91_i2c",
.owner = THIS_MODULE,
.of_match_table = atmel_twi_dt_ids,
.of_match_table = of_match_ptr(atmel_twi_dt_ids),
.pm = at91_twi_pm_ops,
},
};
Expand Down

0 comments on commit f9d3c1d

Please sign in to comment.