Skip to content

Commit

Permalink
[PATCH] git-netdev-all: pc300_tty build fix
Browse files Browse the repository at this point in the history
In file included from drivers/net/wan/pc300_tty.c:59:
drivers/net/wan/pc300.h:335: error: field 'pppdev' has incomplete type

Cc: Krzysztof Halasa <[email protected]>
Cc: Jeff Garzik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Sep 27, 2006
1 parent 8aca231 commit fab2062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wan/pc300.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
#define _PC300_H

#include <linux/hdlc.h>
#include <net/syncppp.h>
#include "hd64572.h"
#include "pc300-falc-lh.h"

Expand Down

0 comments on commit fab2062

Please sign in to comment.