From 52409fae3e4b8d16b68b61902fc09075cd97b75d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Sun, 2 Jul 2017 16:41:37 +0200 Subject: Backports generated from 4.11 kernel Initial commit. Signed-off-by: Dominik Sliwa --- backport-include/linux/gpio/driver.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backport-include/linux/gpio/driver.h (limited to 'backport-include/linux/gpio/driver.h') diff --git a/backport-include/linux/gpio/driver.h b/backport-include/linux/gpio/driver.h new file mode 100644 index 0000000..8df5c29 --- /dev/null +++ b/backport-include/linux/gpio/driver.h @@ -0,0 +1,10 @@ +#ifndef __BP_GPIO_DRIVER_H +#define __BP_GPIO_DRIVER_H +#include +#if LINUX_VERSION_IS_LESS(3,13,0) +#include +#else +#include_next +#endif + +#endif /* __BP_GPIO_DRIVER_H */ -- cgit v1.2.3