diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-03-19 20:46:58 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-03-19 20:55:39 -0400 |
commit | 598d3b707979847d96bc4bef455ac3a0e1ec45bd (patch) | |
tree | f53bfe83aa1ec79189a5eab015437fc8f32c94d5 | |
parent | 5c6a7a62c130afef3d61c1dee153012231ff5cd9 (diff) |
Input: spear-keyboard - remove kbd_set_plat_data()
We must use platform_device_add_data() instead of kbd_set_plat_data() so
let's remove it.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r-- | arch/arm/plat-spear/include/plat/keyboard.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-spear/include/plat/keyboard.h b/arch/arm/plat-spear/include/plat/keyboard.h index c16cc31ecbed..0562f134621d 100644 --- a/arch/arm/plat-spear/include/plat/keyboard.h +++ b/arch/arm/plat-spear/include/plat/keyboard.h | |||
@@ -159,11 +159,4 @@ struct kbd_platform_data { | |||
159 | unsigned int mode; | 159 | unsigned int mode; |
160 | }; | 160 | }; |
161 | 161 | ||
162 | /* This function is used to set platform data field of pdev->dev */ | ||
163 | static inline void | ||
164 | kbd_set_plat_data(struct platform_device *pdev, struct kbd_platform_data *data) | ||
165 | { | ||
166 | pdev->dev.platform_data = data; | ||
167 | } | ||
168 | |||
169 | #endif /* __PLAT_KEYBOARD_H */ | 162 | #endif /* __PLAT_KEYBOARD_H */ |