commit | 02a1416478b70cd49bd74827438c8ba797784728 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Sep 19 12:44:54 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 19 12:44:54 2008 -0700 |
tree | cb1539e902a3651be684f42cefcf89fa56da8f26 | |
parent | 821c92f258bd9b01eb900992969803645b6ba9d6 [diff] |
net: Fix build with ARCH=um If UM is going to claim that it supports DMA by setting HAS_DMA, it should provide a dma_mapping_error() implementation. Based upon a report by Julius Volz. Signed-off-by: David S. Miller <davem@davemloft.net>