diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ppp_defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h index 58c71466a726..402056cd049d 100644 --- a/include/linux/ppp_defs.h +++ b/include/linux/ppp_defs.h @@ -42,7 +42,7 @@ #ifndef _PPP_DEFS_H_ #define _PPP_DEFS_H_ -#include <linux/crc16.h> +#include <linux/crc-ccitt.h> /* * The basic PPP frame. @@ -97,7 +97,7 @@ #define PPP_INITFCS 0xffff /* Initial FCS value */ #define PPP_GOODFCS 0xf0b8 /* Good final FCS value */ -#define PPP_FCS(fcs, c) crc16_byte(fcs, c) +#define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) /* * Extended asyncmap - allows any character to be escaped. |
