From b5b8f30d6ad370e1ddfa0e346af6769dbd471aef Mon Sep 17 00:00:00 2001 From: lxoliva Date: Thu, 4 Feb 2010 06:45:23 +0000 Subject: [PATCH] Accept matches for reject_firmware_nowait interface changes. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5918 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 723526023e71..eda5c8cc31c3 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2010-02-03a +# deblob-check version 2010-02-04 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2251,6 +2251,7 @@ set_except () { ;; */patch*2.6.33-rc*) + accept 'static[ ]inline[ ]int[\n]\(maybe_\)\?reject_firmware\(_nowait\)\?[(][^{;]*[)][\n][{]\([\n]\+[^\n}][^\n]*\)*[^\n]*\([\n]\+[}]\)\?' include/linux/firmware.h accept '[ ][ ]ranges[ ]=[ ]<'"$blobpat*"'>[;]' 'arch/powerpc/boot/dts/\(mpc8572ds\|p2020ds\|katmai\)\.dts' defsnc 'static[ ]unsigned[ ]char[ ]camera_ncm03j_magic\[\][ ]=' 'arch/sh/boards/\(board-ap325rxa\.c\|mach-ap325rxa/setup\.c\)' defsnc 'static[ ]unsigned[ ]char[ ]vga_font\[cmapsz\][ ]\(BTDATA[ ]\)\?=' arch/sparc/kernel/btext.c -- 2.31.1