Paul Mundt 6026ee67ed smc91x: sh solution engine fixes.
The current smc91x I/O routines ifdef the solution engine subtypes
individually, which is rather bogus, as they can simply use
CONFIG_SOLUTION_ENGINE instead. This fixes it for some of the other
solution engines that weren't included in the ifdef list (SH7206
specifically).

There are also inb/outb definitions which are totally bogus (missing
brackets in _both_ cases, SMC_CAN_USE_8BIT == 0, and even better, they
try to use a 16-bit access to fake 8-bit access). Kill that nonsense off
completely.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

--

 drivers/net/smc91x.h |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-06-03 11:44:21 -04:00
..
2007-05-28 09:00:05 -04:00
2007-05-21 09:18:19 -07:00
2007-05-23 20:14:15 -07:00
2007-05-24 02:42:39 +02:00
2007-06-01 08:18:30 -07:00
2007-06-01 08:18:28 -07:00
2007-06-03 11:44:21 -04:00
2007-05-21 09:18:19 -07:00
2007-05-16 21:19:15 -07:00
2007-06-01 08:18:28 -07:00