diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-01 17:36:48 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-03 11:44:21 -0400 |
commit | 6026ee67eda769122be535e8f05be438dfdcb29a (patch) | |
tree | 2a6cad5a95a4d8d7dc8f780e6a5bdb725ea51eee /sound/pcmcia | |
parent | 416b5d10afdc797c21c457ade3714e8f2f75edd9 (diff) |
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>
Diffstat (limited to 'sound/pcmcia')
0 files changed, 0 insertions, 0 deletions