Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328457
b: refs/heads/master
c: 0a90a9f
h: refs/heads/master
i:
  328455: 675bd7b
v: v3
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed Sep 7, 2012
1 parent 6ac5fcf commit cc755ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 061505fd396c89b358a1b7a655565b2bb05b2fdc
refs/heads/master: 0a90a9fb454cef1fc533b192c5f7ee1f07e93c6b
7 changes: 7 additions & 0 deletions trunk/drivers/gpio/gpio-74x164.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,17 @@ static int __devexit gen_74x164_remove(struct spi_device *spi)
return ret;
}

static const struct of_device_id gen_74x164_dt_ids[] = {
{ .compatible = "fairchild,74hc595" },
{},
};
MODULE_DEVICE_TABLE(of, gen_74x164_dt_ids);

static struct spi_driver gen_74x164_driver = {
.driver = {
.name = "74x164",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(gen_74x164_dt_ids),
},
.probe = gen_74x164_probe,
.remove = __devexit_p(gen_74x164_remove),
Expand Down

0 comments on commit cc755ea

Please sign in to comment.