Commit f66427ad authored by Viresh Kumar's avatar Viresh Kumar Committed by Johan Hovold

greybus: svc: Include system headers at the top

System headers should get included before greybus.h. Its followed
everywhere except svc.c. Fix it.
Reported-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
parent 3a17dd41
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
* Released under the GPLv2 only. * Released under the GPLv2 only.
*/ */
#include "greybus.h"
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include "greybus.h"
#define CPORT_FLAGS_E2EFC (1) #define CPORT_FLAGS_E2EFC (1)
#define CPORT_FLAGS_CSD_N (2) #define CPORT_FLAGS_CSD_N (2)
#define CPORT_FLAGS_CSV_N (4) #define CPORT_FLAGS_CSV_N (4)
......
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