Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113085
b: refs/heads/master
c: 3d452e5
h: refs/heads/master
i:
  113083: f314220
v: v3
  • Loading branch information
David S. Miller committed Sep 1, 2008
1 parent 2c150c7 commit 6918910
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba4962d7a6a10c82e55c14589d4ec635bef8446f
refs/heads/master: 3d452e55ef905fc6fbf813a66c16de1293e243a1
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/ds.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 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>
Expand Down Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/block/sunvdc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 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>
Expand Down Expand Up @@ -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",
},
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/sunvnet.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 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>
Expand Down Expand Up @@ -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",
},
Expand Down

0 comments on commit 6918910

Please sign in to comment.