Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19655
b: refs/heads/master
c: 0d38b04
h: refs/heads/master
i:
  19653: 859ab5b
  19651: dcaede2
  19647: 83e5cae
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 3, 2006
1 parent 0b6158c commit eac5d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fe85a998ca64a067e58ca9240ec54a95994d78ee
refs/heads/master: 0d38b049fe8df77c8e9dc48d0fd84555739fbb1a
8 changes: 4 additions & 4 deletions trunk/drivers/edac/e752x_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,10 @@ MODULE_DEVICE_TABLE(pci, e752x_pci_tbl);


static struct pci_driver e752x_driver = {
name: BS_MOD_STR,
probe: e752x_init_one,
remove: __devexit_p(e752x_remove_one),
id_table: e752x_pci_tbl,
.name = BS_MOD_STR,
.probe = e752x_init_one,
.remove = __devexit_p(e752x_remove_one),
.id_table = e752x_pci_tbl,
};


Expand Down

0 comments on commit eac5d5e

Please sign in to comment.