db/fixup_kernel.sh: hack around slow rtlwifi tests
commit17dae4eec9316de15e0e504df28f4e1b2dc9306a
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 6 Jul 2015 16:58:53 +0000 (6 19:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 6 Jul 2015 16:58:53 +0000 (6 19:58 +0300)
treee187876c396b71817282764b13db4a84bb95964f
parent707ba7feeb1ea9fa9696c178a86bc99374c20f2e
db/fixup_kernel.sh: hack around slow rtlwifi tests

The rtl8723be_set_hw_reg() and similar functions were taking a very long
time to build.  The problem is that if you do:

smdb.py rtl8723be_set_hw_reg | grep INTERN | wc -l

It says this function is called almost 200 times.  But actually it is
confusing call sites from other rtlwifi drivers.  So let's just hack
around this by creating a fake function pointer name specific for each
driver.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh