Commit 3fd19d4b authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Bartosz Golaszewski
Browse files

docs: driver-api: gpio: consumer: Mark another line of code as such



Make it so that this #include line is rendered in monospace, like other
code blocks.

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 0d02ec6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Guidelines for GPIOs consumers

Drivers that can't work without standard GPIO calls should have Kconfig entries
that depend on GPIOLIB or select GPIOLIB. The functions that allow a driver to
obtain and use GPIOs are available by including the following file:
obtain and use GPIOs are available by including the following file::

	#include <linux/gpio/consumer.h>