Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

smc91x: SMC_IO_SHIFT platform data support for default case

Commit 159198862adad7109bb347bb30a620f67beac45f added SMC_IO_SHIFT
platform data support. After that ARM board support was added.

The default case is still missing though, so on SuperH SMC_IO_SHIFT
is constantly zero regardless of what you pass as platform data.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Test-by: Luca Santini <luca.santini@spesonline.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by

Magnus Damm and committed by
Jeff Garzik
d1c5ea33 d6bc372e

+2
+2
drivers/net/smc91x.h
··· 446 446 #define SMC_CAN_USE_32BIT 1 447 447 #define SMC_NOWAIT 1 448 448 449 + #define SMC_IO_SHIFT (lp->io_shift) 450 + 449 451 #define SMC_inb(a, r) readb((a) + (r)) 450 452 #define SMC_inw(a, r) readw((a) + (r)) 451 453 #define SMC_inl(a, r) readl((a) + (r))