summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/gpio.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2015-05-22 12:35:31 -0500
committerGreg Kroah-Hartman <gregkh@google.com>2015-05-23 16:34:39 -0700
commite9385e5d5ab64a0d05758d84f2980943d3f5f12d (patch)
tree5d6efca906d3a86efcb55ec00ae8804316bcd2e2 /drivers/staging/greybus/gpio.c
parent8ea70fe0497c5dd11451e7cf1084844cbdb2a349 (diff)
greybus: include "gpbridge.h" from "greybus.h"
Avoid the need for all the source files to include "gpbridge.h" by just having "greybus.h" include it. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/gpio.c')
-rw-r--r--drivers/staging/greybus/gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/gpio.c b/drivers/staging/greybus/gpio.c
index 871f2d0558b0..6e5fe5b3db39 100644
--- a/drivers/staging/greybus/gpio.c
+++ b/drivers/staging/greybus/gpio.c
@@ -14,7 +14,6 @@
#include <linux/irq.h>
#include <linux/irqdomain.h>
#include "greybus.h"
-#include "gpbridge.h"
struct gb_gpio_line {
/* The following has to be an array of line_max entries */