From: Nolen Johnson Date: Mon, 22 Apr 2024 01:01:09 +0000 (-0400) Subject: drivers: misc: samsung: Fix strict-prototypes error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=23be6f6b4f96f6a14194706213eafb854f93d39a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git drivers: misc: samsung: Fix strict-prototypes error Change-Id: I363ceb1503d7caae7404dbd5f02356618c911b0c --- diff --git a/drivers/hwmon/ntc_thermistor.c b/drivers/hwmon/ntc_thermistor.c index f39434638280..872176b5b1bf 100755 --- a/drivers/hwmon/ntc_thermistor.c +++ b/drivers/hwmon/ntc_thermistor.c @@ -563,7 +563,7 @@ static ssize_t ntc_show_temp(struct device *dev, return sprintf(buf, "%d\n", get_temp_mc(data, ohm)); } -int ntc_show_batt_temp() +int ntc_show_batt_temp(void) { int ohm; int temp;