Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28605
b: refs/heads/master
c: b6043fc
h: refs/heads/master
i:
  28603: dec457c
v: v3
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Jun 22, 2006
1 parent 88cda04 commit 9d01e86
Show file tree
Hide file tree
Showing 3 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: 12003375acd879e498c6c511faf27531296f9640
refs/heads/master: b6043fcab4b2b06b9fcde4c783ab253cdc2c1129
3 changes: 0 additions & 3 deletions trunk/drivers/w1/w1_netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

#include "w1.h"

#define CN_W1_IDX 3
#define CN_W1_VAL 1

enum w1_netlink_message_types {
W1_SLAVE_ADD = 0,
W1_SLAVE_REMOVE,
Expand Down
5 changes: 4 additions & 1 deletion trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
#define CN_VAL_PROC 0x1
#define CN_IDX_CIFS 0x2
#define CN_VAL_CIFS 0x1
#define CN_W1_IDX 0x3 /* w1 communication */
#define CN_W1_VAL 0x1

#define CN_NETLINK_USERS 1

#define CN_NETLINK_USERS 4

/*
* Maximum connector's message size.
Expand Down

0 comments on commit 9d01e86

Please sign in to comment.