From: Felipe Balbi Date: Thu, 19 Feb 2009 12:29:43 +0000 (+0000) Subject: input: keyboard: removed unused lm8323_set_platform_data X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7cea2fd880e1ec0cee6535514b8228a90e9466c9;p=linux-2.6-omap-h63xx.git input: keyboard: removed unused lm8323_set_platform_data that's unused prototype, remove it. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/include/linux/i2c/lm8323.h b/include/linux/i2c/lm8323.h index 17d6b33ac88..5eae5cc1457 100644 --- a/include/linux/i2c/lm8323.h +++ b/include/linux/i2c/lm8323.h @@ -32,6 +32,4 @@ struct lm8323_platform_data { char *name; /* Device name. */ }; -void __init lm8323_set_platform_data(struct lm8323_platform_data *pdata); - #endif /* __LINUX_LM8323_H */