diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-11-13 12:29:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-11-13 12:29:19 +0900 |
commit | 1dca899e95d27475c9036ce1cf857a72852b9c53 (patch) | |
tree | 32242471d7ae594e66c6a1393a5b4233d07b4c80 /arch/sh/drivers | |
parent | 3af539e59cf3213cbe31ce7008f1db51c52665ca (diff) | |
download | linux-3.10-1dca899e95d27475c9036ce1cf857a72852b9c53.tar.gz linux-3.10-1dca899e95d27475c9036ce1cf857a72852b9c53.tar.bz2 linux-3.10-1dca899e95d27475c9036ce1cf857a72852b9c53.zip |
sh: dma: Kill off bogus dma_sysclass symbol export.
This is a static symbol, so the export is wholly superfluous. Recent
kbuild updates flagged this as an error, resulting in build failure,
so this tidies that up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/dma/dma-sysfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/drivers/dma/dma-sysfs.c b/arch/sh/drivers/dma/dma-sysfs.c index 347ee11351e..1ee631d3725 100644 --- a/arch/sh/drivers/dma/dma-sysfs.c +++ b/arch/sh/drivers/dma/dma-sysfs.c @@ -13,7 +13,6 @@ #include <linux/init.h> #include <linux/sysdev.h> #include <linux/platform_device.h> -#include <linux/module.h> #include <linux/err.h> #include <linux/string.h> #include <asm/dma.h> @@ -21,7 +20,6 @@ static struct sysdev_class dma_sysclass = { .name = "dma", }; -EXPORT_SYMBOL(dma_sysclass); static ssize_t dma_show_devices(struct sys_device *dev, struct sysdev_attribute *attr, char *buf) |