Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3059
b: refs/heads/master
c: f87ea32
h: refs/heads/master
i:
  3057: 7f905ba
  3055: 43204a2
v: v3
  • Loading branch information
Kylene Hall authored and Linus Torvalds committed Jun 24, 2005
1 parent ee238c4 commit 4cdc120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: dff37e4b0ad7bca3616f829c84bcf4ddd385d2c4
refs/heads/master: f87ea32ae2a986acc5258ad736ab0b55937c9489
13 changes: 0 additions & 13 deletions trunk/drivers/char/tpm/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,19 +675,6 @@ int tpm_register_hardware(struct pci_dev *pci_dev,

EXPORT_SYMBOL_GPL(tpm_register_hardware);

static int __init init_tpm(void)
{
return 0;
}

static void __exit cleanup_tpm(void)
{

}

module_init(init_tpm);
module_exit(cleanup_tpm);

MODULE_AUTHOR("Leendert van Doorn (leendert@watson.ibm.com)");
MODULE_DESCRIPTION("TPM Driver");
MODULE_VERSION("2.0");
Expand Down

0 comments on commit 4cdc120

Please sign in to comment.