From d3ffa81848853f29b4c1a3c2baa8ee7687290287 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sat, 26 Mar 2011 22:06:22 +0100 Subject: Make some variable static These variable are only used in the sensor.c file. Signed-off-by: Daniel Lezcano Signed-off-by: Amit Kucheria --- sensor.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sensor.h') diff --git a/sensor.h b/sensor.h index cca11d1..8537149 100644 --- a/sensor.h +++ b/sensor.h @@ -13,11 +13,3 @@ * - initial API and implementation *******************************************************************************/ -char *items_temp[32] = {"min", "max", "input", "label", ""}; -char *suffix_temp[32] = {"°C", "°C", "°C", "", ""}; -char *items_in[32] = {"min", "max", "input", "label", ""}; -char *suffix_in[32] = {"Volts", "Volts", "Volts", "", ""}; -char *items_fan[32] = {"min", "max", "input", "label", "div", "target", ""}; -char *suffix_fan[32] = {"RPM", "RPM", "RPM", "", "", "RPM", ""}; -char *items_pwm[32] = {"freq", "enable", "mode", ""}; -char *suffix_pwm[32] = {"Hz", "", "", ""}; -- cgit v1.2.3