ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>
authorPaul Mackerras <paulus@samba.org>
Sun, 4 Mar 2012 12:56:55 +0000 (12:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2012 01:41:38 +0000 (20:41 -0500)
commit4b32da2bcf1de2b7a196a0e48389d231b4472c36
tree440b246f9fffb1126ceab28d7aa4c55c59187e11
parentbf7daebb9fba540cb8864f435f153678b3e5c171
ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>

Since all that include/linux/if_ppp.h does is #include <linux/ppp-ioctl.h>,
this replaces the occurrences of #include <linux/if_ppp.h> with
#include <linux/ppp-ioctl.h>.

It also corrects an error in Documentation/networking/l2tp.txt, where
it referenced include/linux/if_ppp.h as the source of some definitions
that are actually now defined in include/linux/if_pppol2tp.h.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
Documentation/networking/l2tp.txt
drivers/isdn/capi/capi.c
drivers/net/ppp/ppp_async.c
drivers/net/ppp/ppp_synctty.c
drivers/net/ppp/pppoe.c
drivers/net/ppp/pppox.c
drivers/tty/ipwireless/network.c
drivers/tty/ipwireless/tty.c
fs/compat_ioctl.c
include/linux/isdn.h
net/atm/pppoatm.c
net/irda/irnet/irnet.h
net/l2tp/l2tp_ppp.c