]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
greybus: svc: Include system headers at the top
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 2 Sep 2015 15:57:13 +0000 (21:27 +0530)
committerJohan 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

index ac8ff44f3a8979fc92b4e1d45643f3797b363396..3b37dfeb8ef4424c2578d64a3bdde13038a67ccb 100644 (file)
@@ -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)