Commit f724c6be authored by Wei Yongjun's avatar Wei Yongjun Committed by Alexandre Belloni

rtc: sd3078: make symbol 'sd3078_driver' static

Fixes the following sparse warning:

drivers/rtc/rtc-sd3078.c:218:19: warning:
 symbol 'sd3078_driver' was not declared. Should it be static?

Fixes: 1d67a232 ("rtc: sd3078: new driver.")
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent c8c97a4f
...@@ -215,7 +215,7 @@ static const struct of_device_id rtc_dt_match[] = { ...@@ -215,7 +215,7 @@ static const struct of_device_id rtc_dt_match[] = {
}; };
MODULE_DEVICE_TABLE(of, rtc_dt_match); MODULE_DEVICE_TABLE(of, rtc_dt_match);
struct i2c_driver sd3078_driver = { static struct i2c_driver sd3078_driver = {
.driver = { .driver = {
.name = "sd3078", .name = "sd3078",
.owner = THIS_MODULE, .owner = THIS_MODULE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment