]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
input: keyboard: removed unused lm8323_set_platform_data
authorFelipe Balbi <me@felipebalbi.com>
Thu, 19 Feb 2009 12:29:43 +0000 (12:29 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Feb 2009 00:26:16 +0000 (16:26 -0800)
that's unused prototype, remove it.

Signed-off-by: Felipe Balbi <me@felipebalbi.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/linux/i2c/lm8323.h

index 17d6b33ac884725b6f872e194f363d1970303b03..5eae5cc1457c538fd668ba538b7414602eed93f4 100644 (file)
@@ -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 */