From 4ae5dad55dd1abca79882aba4fd8535d36e417fc Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 22 Apr 2011 08:36:28 +0000 Subject: [PATCH] Adjust for 2.6.38.4. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@7854 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 6aaee4e72d2..d640732a91a 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2011-03-31 +# deblob-check version 2011-04-22 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2742,6 +2742,8 @@ set_except () { blobname 'rpm_firmware\(_rev11\)\?\.bin' sound/pci/rme9652/hdsp.c blobname 'mwl8k[/]fmimage_8366_ap-["][ ][#]api[ ]["]\.fw' drivers/net/wireless/mwl8k.c blobname 'rtl_nic[/]rtl8168d-[12]\.fw' drivers/net/r8169.c + # New in 2.6.38.4 + defsnc '[ ]static[ ]DEFINE_TEST_\(OK\|FAIL\)[(][^)]*[)][ ]=' lib/test-kstrtox.c ;; */*freedo*.patch | */*logo*.patch) @@ -2838,6 +2840,11 @@ set_except () { defsnc 'static[ ]u32[ ]\(h_prescale\|v_gain\)\[64\][ ]=' drivers/staging/stradis/stradis.c ;; + */patch*-2.6.38*) + # New in 2.6.38.4 + defsnc '[ ]static[ ]DEFINE_TEST_\(OK\|FAIL\)[(][^)]*[)][ ]=' lib/test-kstrtox.c + ;; + */patch*-2.6.37-rc*) # up to -rc8-git3 defsnc 'static[ ]u32[ ]epll_div\[\]\[6\][ ]=' arch/arm/mach-s5pv210/clock.c defsnc 'static[ ]struct[ ]titan_gpio_cfg[ ]titan_gpio_table\[\][ ]=' arch/mips/ar7/gpio.c -- 2.31.1