commit | 7e35a5940fab59eeccb9162eb2389342e0a87e53 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Thu Jan 17 15:29:38 2019 +0000 |
committer | Shuah Khan <shuah@kernel.org> | Fri Jan 25 14:58:46 2019 -0700 |
tree | 9a054cb7f18460b8af25c28a6d5682cd5e37395d | |
parent | 2b531b6137834a55857a337ac17510d6436b6fbb [diff] |
selftests: Use lirc.h from kernel tree, not from system When the system lirc.h is older than v4.16, you will get errors like: ir_loopback.c:32:16: error: field ‘proto’ has incomplete type enum rc_proto proto; Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Shuah Khan <shuah@kernel.org>