mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
[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 @@ 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");
|
||||
|
Loading…
Reference in New Issue
Block a user