Home
last modified time | relevance | path

Searched hist:"0 bff66dcbe55cd4b13dfe53abad9268e34d48cbf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/cec/platform/seco/
H A Dseco-cec.cdiff 0bff66dcbe55cd4b13dfe53abad9268e34d48cbf Tue Feb 22 16:23:31 CST 2022 Linus Walleij <linus.walleij@linaro.org> 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>