Loading arch/sparc64/kernel/ds.c +2 −2 Original line number Diff line number Diff line /* ds.c: Domain Services driver for Logical Domains * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/kernel.h> Loading Loading @@ -1217,7 +1217,7 @@ static int ds_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id ds_match[] = { static struct vio_device_id __initdata ds_match[] = { { .type = "domain-services-port", }, Loading drivers/block/sunvdc.c +2 −2 Original line number Diff line number Diff line /* sunvdc.c: Sun LDOM Virtual Disk Client. * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/module.h> Loading Loading @@ -834,7 +834,7 @@ static int vdc_port_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id vdc_port_match[] = { static const struct vio_device_id vdc_port_match[] = { { .type = "vdc-port", }, Loading drivers/net/sunvnet.c +2 −2 Original line number Diff line number Diff line /* sunvnet.c: Sun LDOM Virtual Network Driver. * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/module.h> Loading Loading @@ -1260,7 +1260,7 @@ static int vnet_port_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id vnet_port_match[] = { static const struct vio_device_id vnet_port_match[] = { { .type = "vnet-port", }, Loading Loading
arch/sparc64/kernel/ds.c +2 −2 Original line number Diff line number Diff line /* ds.c: Domain Services driver for Logical Domains * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/kernel.h> Loading Loading @@ -1217,7 +1217,7 @@ static int ds_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id ds_match[] = { static struct vio_device_id __initdata ds_match[] = { { .type = "domain-services-port", }, Loading
drivers/block/sunvdc.c +2 −2 Original line number Diff line number Diff line /* sunvdc.c: Sun LDOM Virtual Disk Client. * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/module.h> Loading Loading @@ -834,7 +834,7 @@ static int vdc_port_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id vdc_port_match[] = { static const struct vio_device_id vdc_port_match[] = { { .type = "vdc-port", }, Loading
drivers/net/sunvnet.c +2 −2 Original line number Diff line number Diff line /* sunvnet.c: Sun LDOM Virtual Network Driver. * * Copyright (C) 2007 David S. Miller <davem@davemloft.net> * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> */ #include <linux/module.h> Loading Loading @@ -1260,7 +1260,7 @@ static int vnet_port_remove(struct vio_dev *vdev) return 0; } static struct vio_device_id vnet_port_match[] = { static const struct vio_device_id vnet_port_match[] = { { .type = "vnet-port", }, Loading