On 2/1/22 11:38 AM, Sean Young wrote:
Since commit e2bcbd7769ee ("tools headers UAPI: remove stale
lirc.h"),
the build of the selftests fails on rhel 8 since its version of
/usr/include/linux/lirc.h has no definition of RC_PROTO_RCMM32, etc [1].
[1]
https://lkml.org/lkml/2022/1/28/275
Fixes: e2bcbd7769ee ("tools headers UAPI: remove stale lirc.h")
Reviewed-by: Shuah Khan <skhan(a)linuxfoundation.org>
Reported-by: kernel test robot <oliver.sang(a)intel.com>
Signed-off-by: Sean Young <sean(a)mess.org>
---
Applied now to linux-kselftest fixes branch - decided to take
it through since there is no real dependency on previous patch
as far as the change goes.
Fixes: e2bcbd7769ee ("tools headers UAPI: remove stale lirc.h")
thanks,
-- Shuah