diff options
| author | fsd017 <fsd017@motorola.com> | 2013-11-29 16:20:15 -0600 |
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:46:54 -0600 |
| commit | 2d07e6aa2b5ba78b241cba2a8ca36063e37239a8 (patch) | |
| tree | b8e0df9b10d68af66c5928e4cbe533c9615ff1e8 /include/linux/m4sensorhub.h | |
| parent | 0504d30099c68e913ddeab439f1b1098077a0157 (diff) | |
| download | olio-linux-3.10-2d07e6aa2b5ba78b241cba2a8ca36063e37239a8.tar.xz olio-linux-3.10-2d07e6aa2b5ba78b241cba2a8ca36063e37239a8.zip | |
IKG5-1475 : Add m4 firmware filename to device tree
Change-Id: I677e5d44f0a2ebef1938d8e56672205725c6808d
Reviewed-on: http://gerrit.pcs.mot.com/585574
SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: Jira Key <jirakey@motorola.com>
Reviewed-by: Jee Su Chang <w20740@motorola.com>
Reviewed-by: Douglas Zobel <dzobel1@motorola.com>
Reviewed-by: James Wylder <jwylder@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
Diffstat (limited to 'include/linux/m4sensorhub.h')
| -rw-r--r-- | include/linux/m4sensorhub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/m4sensorhub.h b/include/linux/m4sensorhub.h index c9a14917011..266f2742d89 100644 --- a/include/linux/m4sensorhub.h +++ b/include/linux/m4sensorhub.h @@ -106,6 +106,7 @@ struct m4sensorhub_data { enum m4sensorhub_mode mode; struct m4sensorhub_platform_data *pdev; struct m4sensorhub_hwconfig hwconfig; + char *filename; }; /* Global (kernel) functions */ |