Skip to content

Commit

Permalink
[PATCH] tpm: remove unnecessary module stuff
Browse files Browse the repository at this point in the history
Description: Remove unnecessary (empty) module definitions.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Kylene Hall authored and Linus Torvalds committed Jun 24, 2005
1 parent dff37e4 commit f87ea32
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions 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 f87ea32

Please sign in to comment.