From 107639980bda9e7261d0a2b063c88200a6d4a8f9 Mon Sep 17 00:00:00 2001 From: Lionel Xu Date: Fri, 2 Mar 2012 13:07:57 +0800 Subject: [PATCH] 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 --- include/linux/fsl_devices.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.5