diff options
| author | Lionel Xu <Lionel.Xu@freescale.com> | 2012-03-02 13:07:57 +0800 |
|---|---|---|
| committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-28 09:44:05 -0700 |
| commit | a9cfb54cbc55aceb3bc8b226f17086ccc41d9efb (patch) | |
| tree | db3e4d00766810397896f2f3a55deaf42a77bbd0 | |
| parent | 8a954f6582a640e45836d29640d912fb17e3d5a3 (diff) | |
ENGR00170526-2 AUDIO: Remove struct field rst_gpio to audio platform data
Remove rst_gpio field to mxc_audio_platform_data.
Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
| -rw-r--r-- | include/linux/fsl_devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 849d4e40db82..72544b3d6744 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -353,7 +353,6 @@ struct mxc_audio_platform_data { int hp_active_low; /* headphone irq is active loaw */ int sysclk; - int rst_gpio; const char *codec_name; int (*init) (void); /* board specific init */ |
