forked from luck/tmp_suning_uos_patched
[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:
parent
dff37e4b0a
commit
f87ea32ae2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user