commit | fa6d3be08538bb80274d20c7e59f9beca48fa44a | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Thu Jun 19 17:19:57 2008 +0800 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Jul 12 21:52:40 2008 +0100 |
tree | 9f5df8e61bac1138d971d323472f2d4fbf3ca87b | |
parent | d280eadc4fba0bf99fb1c3b60e8c5e007f7da02c [diff] |
[NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_* Let's simplify the logic and avoid confusion, the use of SMC91X_USE_* is favored than SMC_CAN_USE_*, if platform data isn't given, convert the hardcoded SMC_CAN_USE_* to SMC91X_USE_*. Signed-off-by: Eric Miao <eric.miao@marvell.com> Acked-by: Nicolas Pitre <nico@cam.org> Acked-by: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>