diff options
| -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 */ |
