Commit e2051394 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski

gpiolib: add missing include

gpiolib.h uses notifiers but doesn't include <linux/notifier.h>.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarKent Gibson <warthog618@gmail.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 06c2afb8
......@@ -14,6 +14,7 @@
#include <linux/err.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/cdev.h>
#include <linux/rwsem.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment