commit | aaa0b4f00729d5530b7d983930e60255574b347b | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Fri Nov 25 10:56:22 2011 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 26 13:23:49 2011 -0800 |
tree | a4a1a15a36f59cddbb5bc770fd23ebf66dff3c83 | |
parent | ac03564f90bbe141e1fd917bde0ed3fee79a0dce [diff] |
iio: iio_event_getfd -- fix ev_int build failure Fix build failure in staging iio driver: .../drivers/staging/iio/industrialio-core.c: In function 'iio_event_getfd': .../drivers/staging/iio/industrialio-core.c:262:32: error: 'ev_int' undeclared (first use in this function) Also convert the rest of the function to use the new variable. Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>