drivers/input: eliminate INPUT_COMPAT_TEST macro
[deliverable/linux.git] / drivers / input / input.c
index 880605959aa6f74a87da70b24f813d2ce428af9f..b87ffbd4547dd2a50e80bfe1be52d540625d5cb7 100644 (file)
@@ -1015,7 +1015,7 @@ static int input_bits_to_string(char *buf, int buf_size,
 {
        int len = 0;
 
-       if (INPUT_COMPAT_TEST) {
+       if (in_compat_syscall()) {
                u32 dword = bits >> 32;
                if (dword || !skip_empty)
                        len += snprintf(buf, buf_size, "%x ", dword);
This page took 0.025334 seconds and 5 git commands to generate.