arm: mach-rpc: ecard: fix build error
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2017 09:54:29 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jun 2017 09:54:29 +0000 (11:54 +0200)
The last commit from me had a missing ';' which broke the build.

Thanks to Arnd for pointing out the issue.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-rpc/ecard.c

index 5966964222b5cb4a1e9de4835debc6c2a088ae6f..bdb5ec1cf5600ccfff616cdba51d62ca9c61a092 100644 (file)
@@ -789,7 +789,7 @@ static ssize_t resource_show(struct device *dev, struct device_attribute *attr,
 
        return str - buf;
 }
-static DEVICE_ATTR_RO(resource)
+static DEVICE_ATTR_RO(resource);
 
 static ssize_t vendor_show(struct device *dev, struct device_attribute *attr, char *buf)
 {