diff options
| author | Erik Lilliebjerg <elilliebjerg@nvidia.com> | 2017-12-01 08:18:58 -0500 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-01-23 00:09:06 -0500 |
| commit | fde705d4ab7a8b14b2ba43b91f2b9dbcb7fbe429 (patch) | |
| tree | 27d5f3ffc406d1ac1c4b089f87fe9525fb73422d /drivers/misc/nvs/nvs_input.c | |
| parent | a6e6266f82b32c9eb58f49402bcc5511ad1d48a6 (diff) | |
misc: nvs: correct description
- Correct module descriptions.
Bug 2009330
Change-Id: I5d2f822cfd9b4ef8ebcb84a15a88c7534dc81e61
Signed-off-by: Erik Lilliebjerg <elilliebjerg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1608984
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins <rcollins@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Tested-by: Robert Collins <rcollins@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/misc/nvs/nvs_input.c')
| -rw-r--r-- | drivers/misc/nvs/nvs_input.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/misc/nvs/nvs_input.c b/drivers/misc/nvs/nvs_input.c index 9c5fb3aba..d64673d4d 100644 --- a/drivers/misc/nvs/nvs_input.c +++ b/drivers/misc/nvs/nvs_input.c | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #include "nvs_sysfs.h" | 13 | #include "nvs_sysfs.h" |
| 14 | #include <linux/module.h> | ||
| 14 | #include <linux/errno.h> | 15 | #include <linux/errno.h> |
| 15 | #include <linux/input.h> | 16 | #include <linux/input.h> |
| 16 | 17 | ||
| @@ -147,7 +148,9 @@ struct nvs_fn_if *nvs_input(void) | |||
| 147 | { | 148 | { |
| 148 | return &nvs_fn_if_input; | 149 | return &nvs_fn_if_input; |
| 149 | } | 150 | } |
| 151 | EXPORT_SYMBOL_GPL(nvs_input); | ||
| 150 | 152 | ||
| 151 | MODULE_LICENSE("GPL v2"); | 153 | MODULE_LICENSE("GPL v2"); |
| 152 | MODULE_DESCRIPTION("NVidiaInvensense driver"); | 154 | MODULE_DESCRIPTION("NVidia Sensor Input module"); |
| 153 | MODULE_AUTHOR("NVIDIA Corporation"); | 155 | MODULE_AUTHOR("NVIDIA Corporation"); |
| 156 | |||
