Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228103
b: refs/heads/master
c: b9cc293
h: refs/heads/master
i:
  228101: fbede77
  228099: 79dfa76
  228095: f7e67f0
v: v3
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 2120fe3 commit a5bec1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: efbb979d1b31638a95d76b5acf65cf00a3213fe4
refs/heads/master: b9cc293486e27f4d29a9813da6ebcb8574071dfa
6 changes: 3 additions & 3 deletions trunk/drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ typedef struct {
} driver_stats_t;
static driver_stats_t statistics;

struct cdev *vme_user_cdev; /* Character device */
struct class *vme_user_sysfs_class; /* Sysfs class */
struct device *vme_user_bridge; /* Pointer to the bridge device */
static struct cdev *vme_user_cdev; /* Character device */
static struct class *vme_user_sysfs_class; /* Sysfs class */
static struct device *vme_user_bridge; /* Pointer to bridge device */


static const int type[VME_DEVS] = { MASTER_MINOR, MASTER_MINOR,
Expand Down

0 comments on commit a5bec1b

Please sign in to comment.