[PATCH] tpm: remove unnecessary module stuff

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>
This commit is contained in:
Kylene Hall 2005-06-23 22:01:51 -07:00 committed by Linus Torvalds
parent dff37e4b0a
commit f87ea32ae2
1 changed files with 0 additions and 13 deletions

View File

@ -675,19 +675,6 @@ dev_num_search_complete:
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");