kernel/drivers/staging/greybus/fw-download.c
.. .. @@ -10,8 +10,8 @@ 10 10 #include <linux/jiffies.h> 11 11 #include <linux/mutex.h> 12 12 #include <linux/workqueue.h> 13 +#include <linux/greybus.h>13 14 #include "firmware.h" 14 -#include "greybus.h"15 15 16 16 /* Estimated minimum buffer size, actual size can be smaller than this */ 17 17 #define MIN_FETCH_SIZE 512