hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/staging/greybus/fw-download.c
....@@ -10,8 +10,8 @@
1010 #include <linux/jiffies.h>
1111 #include <linux/mutex.h>
1212 #include <linux/workqueue.h>
13
+#include <linux/greybus.h>
1314 #include "firmware.h"
14
-#include "greybus.h"
1515
1616 /* Estimated minimum buffer size, actual size can be smaller than this */
1717 #define MIN_FETCH_SIZE 512