Skip to content

Commit

Permalink
fix missing of headers in uwe5622 driver patches
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosabatino authored and igorpecovnik committed Mar 26, 2024
1 parent 3f67158 commit e2fb8dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions patch/misc/wireless-uwe5622/uwe5622-allwinner-v6.3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ new file mode 100644
index 000000000000..0f90a758b7bc
--- /dev/null
+++ b/drivers/net/wireless/uwe5622/tty-sdio/tty.c
@@ -0,0 +1,885 @@
@@ -0,0 +1,886 @@
+/*
+ * Copyright (C) 2015 Spreadtrum Communications Inc.
+ *
Expand Down Expand Up @@ -1282,6 +1282,7 @@ index 000000000000..0f90a758b7bc
+#include <linux/atomic.h>
+#ifdef CONFIG_OF
+#include <linux/of_device.h>
+#include <linux/of.h>
+#endif
+#include <linux/compat.h>
+#include <linux/tty_flip.h>
Expand Down Expand Up @@ -166482,7 +166483,7 @@ new file mode 100644
index 000000000000..42fb0a2b38a8
--- /dev/null
+++ b/drivers/net/wireless/uwe5622/unisocwcn/sdio/sdiohal_main.c
@@ -0,0 +1,2313 @@
@@ -0,0 +1,2314 @@
+/*
+ * Copyright (C) 2017 Spreadtrum Communications Inc.
+ *
Expand All @@ -166508,6 +166509,7 @@ index 000000000000..42fb0a2b38a8
+#include <linux/module.h>
+#include <linux/of_device.h>
+#include <linux/of_gpio.h>
+#include <linux/of_platform.h>
+#include <linux/pm_runtime.h>
+#include <linux/mmc/card.h>
+#include <linux/mmc/core.h>
Expand Down
6 changes: 4 additions & 2 deletions patch/misc/wireless-uwe5622/uwe5622-allwinner.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ new file mode 100644
index 000000000..0f90a758b
--- /dev/null
+++ b/drivers/net/wireless/uwe5622/tty-sdio/tty.c
@@ -0,0 +1,885 @@
@@ -0,0 +1,886 @@
+/*
+ * Copyright (C) 2015 Spreadtrum Communications Inc.
+ *
Expand Down Expand Up @@ -1283,6 +1283,7 @@ index 000000000..0f90a758b
+#include <linux/atomic.h>
+#ifdef CONFIG_OF
+#include <linux/of_device.h>
+#include <linux/of.h>
+#endif
+#include <linux/compat.h>
+#include <linux/tty_flip.h>
Expand Down Expand Up @@ -166483,7 +166484,7 @@ new file mode 100644
index 000000000..920645b2b
--- /dev/null
+++ b/drivers/net/wireless/uwe5622/unisocwcn/sdio/sdiohal_main.c
@@ -0,0 +1,2313 @@
@@ -0,0 +1,2314 @@
+/*
+ * Copyright (C) 2017 Spreadtrum Communications Inc.
+ *
Expand All @@ -166509,6 +166510,7 @@ index 000000000..920645b2b
+#include <linux/module.h>
+#include <linux/of_device.h>
+#include <linux/of_gpio.h>
+#include <linux/of_platform.h>
+#include <linux/pm_runtime.h>
+#include <linux/mmc/card.h>
+#include <linux/mmc/core.h>
Expand Down

0 comments on commit e2fb8dc

Please sign in to comment.