From: Eric Miao Date: Thu, 19 Jun 2008 09:39:03 +0000 (+0800) Subject: [NET] smc91x: add SMC91X_NOWAIT flag to platform data X-Git-Tag: v2.6.27-rc1~850^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4f0e76747e80578a8f7fddd82fd0ce8127bd2f8;p=pandora-kernel.git [NET] smc91x: add SMC91X_NOWAIT flag to platform data And also favors the usage of SMC91X_NOWAIT over the hardcoded SMC_NOWAIT by converting "nowait" (module parameter overridable) to platform flag. There are several possibilities: 1. platform data present - preferred and use as is 2. platform data absent - use "nowait", it can be: a. SMC_NOWAIT if defined b. default to 0 if SMC_NOWAIT isn't defined c. overriden by module parameter Signed-off-by: Eric Miao Acked-by: Nicolas Pitre Acked-by: Jeff Garzik Signed-off-by: Russell King --- Reading git-diff-tree failed