Re: [PATCH v2] selftests/ir: fix build with ancient kernel headers

From: Shuah Khan
Date: Fri Feb 04 2022 - 15:45:36 EST


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@xxxxxxxxxxxxxxxxxxx>
Reported-by: kernel test robot <oliver.sang@xxxxxxxxx>
Signed-off-by: Sean Young <sean@xxxxxxxx>
---

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