commit | 9961530a5f017afae6a928672840617103bea118 | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus.damm@gmail.com> | Mon Jun 09 16:33:53 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Wed Jun 11 21:58:07 2008 -0400 |
tree | fd3ae0c4a87179f8eb1fc9de77c144bd400811b2 | |
parent | f0000920696661cbbe2393d93a6f4e1b8325d531 [diff] |
smc911x: fix 16-bit I/O operations This patch fixes the following issues related to 16-bit support: - Remove unused 16-bit PXA DMA implementation. - Remove unused SMC_inw() and SMC_outw() functions. - Fix 16-bit SMC_outl to use writew() instead of writel(). Signed-off-by: Magnus Damm <damm@igel.co.jp> Cc: Jeff Garzik <jeff@garzik.org> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>