summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2011-03-15 19:12:03 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2011-03-15 19:12:03 +0000
commit8f42372b8f526949e9b79c81a23595648359045d (patch)
tree403a1d489855bd60378443608c3610b4f9c8a0ff /scripts
parent8744574efaa6e9466ee3a5d2944e49e873b5385a (diff)
downloadlinux-libre-raptor-8f42372b8f526949e9b79c81a23595648359045d.tar.gz
linux-libre-raptor-8f42372b8f526949e9b79c81a23595648359045d.zip
Adjust for reg_boundaries in drivers/net/bnx2.c.
2.6.38-libre
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deblob-check6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check
index ec4fdf5a8..0d44ffa2e 100755
--- a/scripts/deblob-check
+++ b/scripts/deblob-check
@@ -1,6 +1,6 @@
#! /bin/sh
-# deblob-check version 2011-02-24.2
+# deblob-check version 2011-03-15
# Inspired in gNewSense's find-firmware script.
# Written by Alexandre Oliva <lxoliva@fsfla.org>
@@ -1907,7 +1907,7 @@ set_except () {
initnc '[ ]static[ ]unsigned[ ]char[ ]static_pad\[\][ ]='
initnc '[ ]static[ ]unsigned[ ]char[ ]table_alaw2ulaw\[\][ ]='
initnc '[ ]static[ ]unsigned[ ]char[ ]table_ulaw2alaw\[\][ ]='
- defsnc '[ ]u32[ ]reg_boundaries\[\][ ]=' drivers/net/bnx2.c
+ defsnc '[ ]\(static[ ]const[ ]\)\?u32[ ]reg_boundaries\[\][ ]=' drivers/net/bnx2.c
initnc '[ ]u8[ ]b\[\][ ]='
initnc '[ ]uint8_t[ ]tx\[\][ ]='
initnc '[ ]unsigned[ ]char[ ]saa7111_regs\[\][ ]='
@@ -2833,7 +2833,7 @@ set_except () {
defsnc 'static[ ]u8[ ]\(init\|c\)_table\[\]=' drivers/media/dvb/frontends/s921_core.c
defsnc 'static[ ]\(u16\|struct[ ]i2c_reg_u16\)[ ]\(bridge\|mt9\(v\(11[12]\|011\)\|m001\)\)_init\[\]\(\[2\]\)\?[ ]=' drivers/media/video/gspca/sn9c20x.c
defsnc '[ ]static[ ]const[ ]struct[ ]struct_initData[ ]initData\[\][ ]=' drivers/media/video/usbvideo/ibmcam.c
- defsnc '[ ]u32[ ]reg_boundaries\[\][ ]=' drivers/net/bnx2.c
+ defsnc '[ ]\(static[ ]const[ ]\)\?u32[ ]reg_boundaries\[\][ ]=' drivers/net/bnx2.c
initnc 'static[ ]const[ ]struct[ ]ath5k_ini_mode[ ]rf\(5413\|24\(13\|25\)\)_ini_mode_end\[\][ ]=' drivers/net/wireless/ath5k/initvals.c
defsnc 'static[ ]u32[ ]\(h_prescale\|v_gain\)\[64\][ ]=' drivers/staging/stradis/stradis.c
;;
OpenPOWER on IntegriCloud