]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/serial/sunhv.c
Merge commit 'kumar/kumar-next' into next
[mv-sheeva.git] / drivers / serial / sunhv.c
index aeeec5588afd48c2573097417f6fc428d0f6b39d..a94a2ab4b5716cbb983d8d3d81e2d3e505dbc3e4 100644 (file)
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/init.h>
+#include <linux/of_device.h>
 
 #include <asm/hypervisor.h>
 #include <asm/spitfire.h>
 #include <asm/prom.h>
-#include <asm/of_device.h>
 #include <asm/irq.h>
 
 #if defined(CONFIG_MAGIC_SYSRQ)
@@ -616,7 +616,7 @@ static int __devexit hv_remove(struct of_device *dev)
        return 0;
 }
 
-static struct of_device_id hv_match[] = {
+static const struct of_device_id hv_match[] = {
        {
                .name = "console",
                .compatible = "qcn",