Commit c3f69309 authored by Stephen Hemminger's avatar Stephen Hemminger

[VLAN]: Convert over to seq_file.

parent 67ef59de
This diff is collapsed.
......@@ -3,13 +3,10 @@
#ifdef CONFIG_PROC_FS
int vlan_proc_init(void);
int vlan_proc_rem_dev(struct net_device *vlandev);
int vlan_proc_add_dev (struct net_device *vlandev);
void vlan_proc_cleanup (void);
#define VLAN_PROC_BUFSZ (4096) /* buffer size for printing proc info */
#else /* No CONFIG_PROC_FS */
#define vlan_proc_init() (0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment