Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130202
b: refs/heads/master
c: 3121a48
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Hałasa authored and David S. Miller committed Jan 26, 2009
1 parent 47b8a09 commit f0814fc
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d6eb633fe680c18119346a364acff7723245e278
refs/heads/master: 3121a48d87a580f369eeb26aa0a075142274a353
10 changes: 4 additions & 6 deletions trunk/include/linux/if_frad.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include <linux/if.h>

#if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE)

/* Structures and constants associated with the DLCI device driver */

struct dlci_add
Expand Down Expand Up @@ -127,6 +125,8 @@ struct frad_conf

#ifdef __KERNEL__

#if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE)

/* these are the fields of an RFC 1490 header */
struct frhdr
{
Expand Down Expand Up @@ -190,12 +190,10 @@ struct frad_local
int buffer; /* current buffer for S508 firmware */
};

#endif /* __KERNEL__ */

#endif /* CONFIG_DLCI || CONFIG_DLCI_MODULE */

#ifdef __KERNEL__
extern void dlci_ioctl_set(int (*hook)(unsigned int, void __user *));
#endif

#endif /* __KERNEL__ */

#endif

0 comments on commit f0814fc

Please sign in to comment.