1
0
Fork 0

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: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
hifive-unleashed-5.1
Viresh Kumar 2015-09-02 21:27:13 +05:30 committed by Johan Hovold
parent 3a17dd413a
commit f66427adfd
1 changed files with 2 additions and 1 deletions

View 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)