Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26121
b: refs/heads/master
c: 397c718
h: refs/heads/master
i:
  26119: 2cdbb9c
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Apr 22, 2006
1 parent 5fd0973 commit 3cf317c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 8b006db604527c566dc1dd0aebae37714143aaef
refs/heads/master: 397c718299d848ff305ecd955838a9bd32f1f881
3 changes: 2 additions & 1 deletion trunk/drivers/char/tpm/tpm_infineon.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* License.
*/

#include <linux/init.h>
#include <linux/pnp.h>
#include "tpm.h"

Expand Down Expand Up @@ -520,7 +521,7 @@ static struct pnp_driver tpm_inf_pnp = {
},
.id_table = tpm_pnp_tbl,
.probe = tpm_inf_pnp_probe,
.remove = tpm_inf_pnp_remove,
.remove = __devexit_p(tpm_inf_pnp_remove),
};

static int __init init_inf(void)
Expand Down

0 comments on commit 3cf317c

Please sign in to comment.