Message ID | 1235046583-29696-6-git-send-email-me@felipebalbi.com (mailing list archive) |
---|---|
State | Accepted, archived |
Commit | 7cea2fd880e1ec0cee6535514b8228a90e9466c9 |
Headers | show |
diff --git a/include/linux/i2c/lm8323.h b/include/linux/i2c/lm8323.h index 17d6b33..5eae5cc 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 */
that's unused prototype, remove it. Signed-off-by: Felipe Balbi <me@felipebalbi.com> --- include/linux/i2c/lm8323.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)