]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tg3: remove IRQF_SAMPLE_RANDOM flag
authorDavidlohr Bueso <dave@gnu.org>
Wed, 22 Feb 2012 03:06:54 +0000 (03:06 +0000)
committerJoe Jin <joe.jin@oracle.com>
Tue, 28 Aug 2012 07:23:04 +0000 (15:23 +0800)
commit41f370ad5601011a4fe35e5aebd9a2fbdb465db5
tree7cc6b0b2f33119cc604f2db2293eccc106e16317
parent20db55b90dfb40d171c91f0535334da5a6fe4070
tg3: remove IRQF_SAMPLE_RANDOM flag

This driver is the last user of the IRQF_SAMPLE_RANDOM flag for net drivers, and since add_*_randomness
interfaces have now deprecated the flag as a source of external noise, we can remove it.

(cherry picked from commit f274fd9a0384c448335dcc51b04c4c41caa7f432)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/tg3.c