Skip to content

Commit

Permalink
fix: ST7796 kernel module patch
Browse files Browse the repository at this point in the history
Fix error from armbian#7550
  • Loading branch information
redrathnure authored and igorpecovnik committed Dec 8, 2024
1 parent 06c9c2d commit c7b454a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ new file mode 100755
index 00000000000..c7deedbea69
--- /dev/null
+++ b/drivers/staging/fbtft/fb_st7796.c
@@ -0,0 +1,160 @@
@@ -0,0 +1,154 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * FB driver for the ST7796 LCD display controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ new file mode 100755
index 00000000000..c7deedbea69
--- /dev/null
+++ b/drivers/staging/fbtft/fb_st7796.c
@@ -0,0 +1,160 @@
@@ -0,0 +1,154 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * FB driver for the ST7796 LCD display controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ new file mode 100755
index 00000000000..c7deedbea69
--- /dev/null
+++ b/drivers/staging/fbtft/fb_st7796.c
@@ -0,0 +1,160 @@
@@ -0,0 +1,154 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * FB driver for the ST7796 LCD display controller
Expand Down

0 comments on commit c7b454a

Please sign in to comment.