summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-10-20 12:23:28 +0000
committerShaun Ruffell <sruffell@digium.com>2010-10-20 12:23:28 +0000
commit858af14268ea7a21c32bae92c909d1ee508a184b (patch)
tree3ca620de5fe543d28a3860c3924acd544578a7c4 /include
parent955fdfdab8938f35dcea82e61b9ebb03f01d386b (diff)
dahdi: Remove CONFIG_OLD_HDLC_API since that is kernel 2.4 specific.
DAHDI does not support any kernels older than 2.6.9. No need to keep the old HDLC interface support around. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9447 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/dahdi_config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/dahdi/dahdi_config.h b/include/dahdi/dahdi_config.h
index d304b6e..9c50730 100644
--- a/include/dahdi/dahdi_config.h
+++ b/include/dahdi/dahdi_config.h
@@ -82,13 +82,6 @@
/* #define CONFIG_DAHDI_NET */
/*
- * Uncomment CONFIG_OLD_HDLC_API if your are compiling with CONFIG_DAHDI_NET
- * defined and you are using the old kernel HDLC interface (or if you get
- * an error about ETH_P_HDLC while compiling).
- */
-/* #define CONFIG_OLD_HDLC_API */
-
-/*
* Uncomment for Generic PPP support (i.e. DAHDIRAS)
*/