projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a17dd4
)
greybus: svc: Include system headers at the top
author
Viresh Kumar
<viresh.kumar@linaro.org>
Wed, 2 Sep 2015 15:57:13 +0000
(21:27 +0530)
committer
Johan Hovold
<johan@hovoldconsulting.com>
Thu, 3 Sep 2015 08:52:55 +0000
(10:52 +0200)
System headers should get included before greybus.h. Its followed
everywhere except svc.c. Fix it.
Reported-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
drivers/staging/greybus/svc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/svc.c
b/drivers/staging/greybus/svc.c
index ac8ff44f3a8979fc92b4e1d45643f3797b363396..3b37dfeb8ef4424c2578d64a3bdde13038a67ccb 100644
(file)
--- a/
drivers/staging/greybus/svc.c
+++ b/
drivers/staging/greybus/svc.c
@@
-7,9
+7,10
@@
* Released under the GPLv2 only.
*/
-#include "greybus.h"
#include <linux/workqueue.h>
+#include "greybus.h"
+
#define CPORT_FLAGS_E2EFC (1)
#define CPORT_FLAGS_CSD_N (2)
#define CPORT_FLAGS_CSV_N (4)