forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/drivers/staging/greybus/fw-management.c
....@@ -13,10 +13,10 @@
1313 #include <linux/idr.h>
1414 #include <linux/ioctl.h>
1515 #include <linux/uaccess.h>
16
+#include <linux/greybus.h>
1617
1718 #include "firmware.h"
1819 #include "greybus_firmware.h"
19
-#include "greybus.h"
2020
2121 #define FW_MGMT_TIMEOUT_MS 1000
2222