diff options
author | Paul Mackerras | 2012-03-04 13:56:55 +0100 |
---|---|---|
committer | David S. Miller | 2012-03-05 02:41:38 +0100 |
commit | 4b32da2bcf1de2b7a196a0e48389d231b4472c36 (patch) | |
tree | 440b246f9fffb1126ceab28d7aa4c55c59187e11 /net/irda/irnet/irnet.h | |
parent | ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h (diff) | |
download | kernel-qcow2-linux-4b32da2bcf1de2b7a196a0e48389d231b4472c36.tar.gz kernel-qcow2-linux-4b32da2bcf1de2b7a196a0e48389d231b4472c36.tar.xz kernel-qcow2-linux-4b32da2bcf1de2b7a196a0e48389d231b4472c36.zip |
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>
Diffstat (limited to 'net/irda/irnet/irnet.h')
-rw-r--r-- | net/irda/irnet/irnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irda/irnet/irnet.h b/net/irda/irnet/irnet.h index 979ecb2435a7..564eb0b8afa3 100644 --- a/net/irda/irnet/irnet.h +++ b/net/irda/irnet/irnet.h @@ -254,7 +254,7 @@ #include <linux/init.h> #include <linux/ppp_defs.h> -#include <linux/if_ppp.h> +#include <linux/ppp-ioctl.h> #include <linux/ppp_channel.h> #include <net/irda/irda.h> |