media: cec: seco: Drop pointless include
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 22 Feb 2022 22:23:31 +0000 (23:23 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 23 Feb 2022 07:53:09 +0000 (08:53 +0100)
commit0bff66dcbe55cd4b13dfe53abad9268e34d48cbf
tree971e71bc49a85eb0bd29d5a25b9fef817671931a
parent17e83a0a1e134401616120b6976f65234e7ccc45
media: cec: seco: Drop pointless include

This driver uses GPIO descriptors not the old legacy GPIO
API so stop including <linux/gpio.h>.

Fix a bug using a completely unrelated legacy API flag
GPIOF_IN by switching to the actually desired flag
GPIOD_IN.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/cec/platform/seco/seco-cec.c