kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/focaltech_test_ini.c
.. .. @@ -128,22 +128,6 @@ 128 128 return 0; 129 129 } 130 130 131 -static int isspace(int x)132 -{133 - if (x == ' ' || x == '\t' || x == '\n' || x == '\f' || x == '\b' || x == '\r')134 - return 1;135 - else136 - return 0;137 -}138 -139 -static int isdigit(int x)140 -{141 - if (x <= '9' && x >= '0')142 - return 1;143 - else144 - return 0;145 -}146 -147 131 static long fts_atol(char *nptr) 148 132 { 149 133 int c; /* current char */