Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113135
b: refs/heads/master
c: 7694b02
h: refs/heads/master
i:
  113133: 8fb3643
  113131: eda4603
  113127: 840624d
  113119: 701b5a0
v: v3
  • Loading branch information
David S. Miller committed Sep 12, 2008
1 parent 4c3ae81 commit e02a35e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8d2aec512304144cbb4f7dbb484626fb598b698e
refs/heads/master: 7694b024f145c4a598cde5fcccfd3fe5eac4027b
8 changes: 4 additions & 4 deletions trunk/arch/sparc64/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ show_pciobppath_attr(struct device *dev, struct device_attribute *attr,
static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH,
show_pciobppath_attr, NULL);

struct device_node *cdev_node;
static struct device_node *cdev_node;

static struct vio_dev *root_vdev;
static u64 cdev_cfg_handle;
Expand Down Expand Up @@ -371,9 +371,9 @@ static struct mdesc_notifier_client vio_ds_notifier = {
.node_name = "domain-services-port",
};

const char *channel_devices_node = "channel-devices";
const char *channel_devices_compat = "SUNW,sun4v-channel-devices";
const char *cfg_handle_prop = "cfg-handle";
static const char *channel_devices_node = "channel-devices";
static const char *channel_devices_compat = "SUNW,sun4v-channel-devices";
static const char *cfg_handle_prop = "cfg-handle";

static int __init vio_init(void)
{
Expand Down

0 comments on commit e02a35e

Please sign in to comment.