mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
cleanup: remove MIN_FRAG_SIZE definition.
- This patch removes MIN_FRAG_SIZE definition in drivers/net/ppp_generic.c as it is unneeded. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
92b4522f72
commit
604c1b1868
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@
|
|||
|
||||
#define MPHDRLEN 6 /* multilink protocol header length */
|
||||
#define MPHDRLEN_SSN 4 /* ditto with short sequence numbers */
|
||||
#define MIN_FRAG_SIZE 64
|
||||
|
||||
/*
|
||||
* An instance of /dev/ppp can be associated with either a ppp
|
||||
|
|
Loading…
Reference in a new issue