summaryrefslogtreecommitdiff
path: root/security/tlk_driver/ote_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/tlk_driver/ote_fs.c')
-rw-r--r--security/tlk_driver/ote_fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tlk_driver/ote_fs.c b/security/tlk_driver/ote_fs.c
index b43eae69799f..3ac9ebdb1e37 100644
--- a/security/tlk_driver/ote_fs.c
+++ b/security/tlk_driver/ote_fs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2013-2014 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -223,7 +223,7 @@ static int __init tlk_fs_register_handlers(void)
smc_args[4] = (uint32_t)shmem_ptr->file_name;
smc_args[5] = (uint32_t)shmem_ptr->file_data;
- TLK_EXTENDED_SMC(smc_args);
+ tlk_extended_smc(smc_args);
return 0;
}