diff mbox

Input: serio: Compile error fix (altera_ps2.c)

Message ID 1298145859-10892-1-git-send-email-dustan.bower@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Dustan Bower Feb. 19, 2011, 8:04 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/input/serio/altera_ps2.c b/drivers/input/serio/altera_ps2.c
index 3fee88b..d363dc4 100644
--- a/drivers/input/serio/altera_ps2.c
+++ b/drivers/input/serio/altera_ps2.c
@@ -178,7 +178,7 @@  static int __devexit altera_ps2_remove(struct platform_device *pdev)
 static const struct of_device_id altera_ps2_match[] = {
 	{ .compatible = "ALTR,ps2-1.0", },
 	{},
-}
+};
 MODULE_DEVICE_TABLE(of, altera_ps2_match);
 #else /* CONFIG_OF */
 #define altera_ps2_match NULL