GNU Linux-libre 5.9.7-gnu scripts scripts/v5.9.7-gnu
authorAlexandre Oliva <lxoliva@fsfla.org>
Tue, 10 Nov 2020 20:32:29 +0000 (15:32 -0500)
committerAlexandre Oliva <lxoliva@fsfla.org>
Tue, 10 Nov 2020 20:32:29 +0000 (15:32 -0500)
deblob-check

index 31d24a9927140302425d160860a0f51f850b281b..8384f17c58de6fa479604a96710182ed53550c2e 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 # deblob-check version 2020-10-11 + 2020-10-29's r17739
+#           + 2020-11-10's r17757
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6023,6 +6024,9 @@ set_except () {
     # New in 5.9.2 and 5.8.17.
     accept '[\t][\t]\.driver_data[ ]=[ ]["]sof-[^" ;]*\.tplg["]' sound/soc/sof/sof-pci-dev.c
 
+    # New in 5.9.7 and 5.4.76.
+    defsc 'static[ ]const[ ]struct[ ]font_data[ ]fontdata_ter16x32[ ]=' lib/fonts/font_ter16x32.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)