From: Willy Tarreau Date: Sun, 20 Feb 2011 10:43:36 +0000 (+0100) Subject: rtlwifi: Eliminate udelay calls with too large values X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6113cd03c7e927f5ee5f6ad98e155ef2d27177;p=pandora-kernel.git rtlwifi: Eliminate udelay calls with too large values On ARM, compilation of rtlwifi/efuse.c fails with the message: ERROR: "__bad_udelay" [drivers/net/wireless/rtlwifi/rtlwifi.ko] undefined! On inspection, the faulty calls are in routine efuse_reset_loader(), a routine that is never used, and the faulty routine is deleted. Signed-off-by: Willy Tarreau Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed