diff options
author | Alex Elder <elder@linaro.org> | 2015-05-22 12:35:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-05-23 16:34:39 -0700 |
commit | e9385e5d5ab64a0d05758d84f2980943d3f5f12d (patch) | |
tree | 5d6efca906d3a86efcb55ec00ae8804316bcd2e2 /drivers/staging/greybus/pwm.c | |
parent | 8ea70fe0497c5dd11451e7cf1084844cbdb2a349 (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/pwm.c')
-rw-r--r-- | drivers/staging/greybus/pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/pwm.c b/drivers/staging/greybus/pwm.c index 7f675bfed1d7..5dfeb0e761c1 100644 --- a/drivers/staging/greybus/pwm.c +++ b/drivers/staging/greybus/pwm.c @@ -11,8 +11,8 @@ #include <linux/module.h> #include <linux/slab.h> #include <linux/pwm.h> + #include "greybus.h" -#include "gpbridge.h" struct gb_pwm_chip { struct gb_connection *connection; |