mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
gpio: sim: include a missing header
We're using various ERR macros from linux/err.h but the include is
missing. Add it.
Fixes: cb8c474e79 ("gpio: sim: new testing module")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
parent
7777fa9247
commit
db8588f95c
|
|
@ -12,6 +12,7 @@
|
|||
#include <linux/completion.h>
|
||||
#include <linux/configfs.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/gpio/consumer.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
#include <linux/gpio/machine.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user