treewide: fix potentially dangerous trailing ';' in #defined values/expressions
[sfrench/cifs-2.6.git] / drivers / acpi / ac.c
index 58c3f74bd84cb2158bdd4a69e49931cee33c2ede..6512b20aeccdce0184a6a5c524af85c6f7f6db91 100644 (file)
@@ -89,7 +89,7 @@ struct acpi_ac {
        unsigned long long state;
 };
 
-#define to_acpi_ac(x) container_of(x, struct acpi_ac, charger);
+#define to_acpi_ac(x) container_of(x, struct acpi_ac, charger)
 
 #ifdef CONFIG_ACPI_PROCFS_POWER
 static const struct file_operations acpi_ac_fops = {