diff options
author | Sanjay Singh Rawat <srawat@nvidia.com> | 2012-06-01 16:31:55 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-06-04 13:44:34 -0700 |
commit | bfdb79df1004fd3757f59a7c2882482880a3ee7b (patch) | |
tree | 694a405529d23b3fb756305d4151b44c7c0c21c1 /include | |
parent | 2d355c2e2b66359ed3a7f044185df5cfaf305c82 (diff) |
arm: tegra: resolve compilation time warnings
Bug 949219
Change-Id: I91a67d30869e9800c483f112d58b9f76e2dbe361
Signed-off-by: Sanjay Singh Rawat <srawat@nvidia.com>
Reviewed-on: http://git-master/r/103534
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tegra_audio.h | 2 | ||||
-rw-r--r-- | include/media/ad5816.h | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/include/linux/tegra_audio.h b/include/linux/tegra_audio.h index 3975913a5206..ddc9c93498a0 100644 --- a/include/linux/tegra_audio.h +++ b/include/linux/tegra_audio.h @@ -76,7 +76,7 @@ struct dam_srate { #define I2S_MODE_I2S _IOW(TEGRA_AUDIO_MAGIC, 18, unsigned int *) #ifdef CONFIG_SND_SOC_TEGRA -extern bool tegra_is_voice_call_active(); +extern bool tegra_is_voice_call_active(void); #else static inline bool tegra_is_voice_call_active() { diff --git a/include/media/ad5816.h b/include/media/ad5816.h index bfea25ffaddf..c51417ca472b 100644 --- a/include/media/ad5816.h +++ b/include/media/ad5816.h @@ -22,21 +22,19 @@ #include <media/nvc_focus.h> #include <media/nvc.h> -typedef enum ad5816_vreg -{ +typedef enum { AD5816_VREG_VDD = 0, AD5816_VREG_VDD_AF, AD5816_VREG_VDD_I2C -}; +} ad5816_vreg; -typedef enum ad5816_gpio_types -{ +typedef enum { AD5816_GPIO_RESET = 0, AD5816_GPIO_I2CMUX, AD5816_GPIO_GP1, AD5816_GPIO_GP2, AD5816_GPIO_GP3 -}; +} ad5816_gpio_types; struct ad5816_platform_data { @@ -78,4 +76,4 @@ struct ad5816_pdata_info { #endif -/* __AD5816_H__ */
\ No newline at end of file +/* __AD5816_H__ */ |