From 32f5f5b67d98fb2af373fac062ab69afeacb073f Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 20 Oct 2010 12:23:28 +0000 Subject: 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 Acked-by: Kinsey Moore Acked-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9447 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/dahdi_config.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 @@ -81,13 +81,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) */ -- cgit v1.2.3