From: lxoliva Date: Fri, 14 Aug 2009 08:25:37 +0000 (+0000) Subject: bclk_divs in sound/soc/codecs/wm8903.c for patch-2.6.30.4 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=6d4f014896247b6642f0143fbbfe8c9646393ecd;p=releases.git bclk_divs in sound/soc/codecs/wm8903.c for patch-2.6.30.4 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5449 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index d5409708068..22f916a2901 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2009-06-12.1 +# deblob-check version 2009-08-14 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2002,6 +2002,10 @@ set_except () { blobname 'nx\(romimg\|3fw\(ct\|mn\)\)\.bin' drivers/net/netxen/netxen_nic_hw.c ;; + */patch*2.6.30*) + initnc '} bclk_divs\[\] =' sound/soc/codecs/wm8903.c + ;; + */patch*2.6.28-rc*) # new in 2.6.28 accept '\(static[ ]\)\?const[ ]char[ ]\(inv\)\?parity\[256\][ ]=[ ][{][ \n01,]*[}][;]' 'Documentation/mtd/nand_ecc\.txt\|drivers/mtd/nand/nand_ecc\.c'