diff options
author | Rolf Eike Beer <eike-kernel@sf-tec.de> | 2006-09-29 10:59:48 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 18:18:10 +0200 |
commit | d6bd3a39f7c6ebad49c261c3d458df974c880758 (patch) | |
tree | a5cf6054a8ff276f8d84ba94bb5df89ed5646332 /drivers/net/fs_enet | |
parent | [PATCH] There is no devfs, there has never been a devfs, we have always been ... (diff) | |
download | linux-d6bd3a39f7c6ebad49c261c3d458df974c880758.tar.xz linux-d6bd3a39f7c6ebad49c261c3d458df974c880758.zip |
[PATCH] Move valid_dma_direction() from x86_64 to generic code
As suggested by Muli Ben-Yehuda this function is moved to generic code as
may be useful for all archs.
[akpm@osdl.org: fix]
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Cc: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/fs_enet')
-rw-r--r-- | drivers/net/fs_enet/fs_enet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/fs_enet/fs_enet.h b/drivers/net/fs_enet/fs_enet.h index 95022c005f75..92590d8fc24b 100644 --- a/drivers/net/fs_enet/fs_enet.h +++ b/drivers/net/fs_enet/fs_enet.h @@ -6,11 +6,10 @@ #include <linux/types.h> #include <linux/list.h> #include <linux/phy.h> +#include <linux/dma-mapping.h> #include <linux/fs_enet_pd.h> -#include <asm/dma-mapping.h> - #ifdef CONFIG_CPM1 #include <asm/commproc.h> |