Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26636
b: refs/heads/master
c: 1176619
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed May 9, 2006
1 parent 4bf414e commit 2e3f25f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f353976dc2f31c9be092d4cb9476a39ba3973926
refs/heads/master: 11766199a0bb9a7ba57510119e7340140e7c3e24
3 changes: 0 additions & 3 deletions trunk/net/irda/irias_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ struct ias_attrib *irias_find_attrib(struct ias_object *obj, char *name)
/* Unsafe (locking), attrib might change */
return attrib;
}
EXPORT_SYMBOL(irias_find_attrib);

/*
* Function irias_add_attribute (obj, attrib)
Expand Down Expand Up @@ -484,7 +483,6 @@ struct ias_value *irias_new_string_value(char *string)

return value;
}
EXPORT_SYMBOL(irias_new_string_value);

/*
* Function irias_new_octseq_value (octets, len)
Expand Down Expand Up @@ -519,7 +517,6 @@ struct ias_value *irias_new_octseq_value(__u8 *octseq , int len)
memcpy(value->t.oct_seq, octseq , len);
return value;
}
EXPORT_SYMBOL(irias_new_octseq_value);

struct ias_value *irias_new_missing_value(void)
{
Expand Down

0 comments on commit 2e3f25f

Please sign in to comment.