From: Paul Mundt Date: Fri, 13 Nov 2009 03:29:19 +0000 (+0900) Subject: sh: dma: Kill off bogus dma_sysclass symbol export. X-Git-Tag: v2.6.33-rc1~347^2~27^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1dca899e95d27475c9036ce1cf857a72852b9c53;p=karo-tx-linux.git 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 --- diff --git a/arch/sh/drivers/dma/dma-sysfs.c b/arch/sh/drivers/dma/dma-sysfs.c index 347ee11351ec..1ee631d3725e 100644 --- a/arch/sh/drivers/dma/dma-sysfs.c +++ b/arch/sh/drivers/dma/dma-sysfs.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -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)