aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-21 15:09:52 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-21 15:09:52 -0800
commitdc6876a288cc6a446a6617ccfcb96082f67fa0c4 (patch)
treede5c8a798744dcf13d0dd8aba35989ef3e1f8a94 /arch/sh/include
parentsh: intc - convert sysdev_class to a regular subsystem (diff)
downloadlinux-dev-dc6876a288cc6a446a6617ccfcb96082f67fa0c4.tar.xz
linux-dev-dc6876a288cc6a446a6617ccfcb96082f67fa0c4.zip
sh: dma - convert sysdev_class to a regular subsystem
After all sysdev classes are ported to regular driver core entities, the sysdev implementation will be entirely removed from the kernel. Cc: Paul Mundt <lethal@linux-sh.org> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/dma.h b/arch/sh/include/asm/dma.h
index 07373a074090..6aa2080c0065 100644
--- a/arch/sh/include/asm/dma.h
+++ b/arch/sh/include/asm/dma.h
@@ -14,7 +14,7 @@
#include <linux/spinlock.h>
#include <linux/wait.h>
#include <linux/sched.h>
-#include <linux/sysdev.h>
+#include <linux/device.h>
#include <cpu/dma.h>
#include <asm-generic/dma.h>
@@ -91,7 +91,7 @@ struct dma_channel {
wait_queue_head_t wait_queue;
- struct sys_device dev;
+ struct device dev;
void *priv_data;
};